System::Security::Cryptography::Pkcs::CmsSigner::set_DigestAlgorithm method

CmsSigner::set_DigestAlgorithm method

Sets hash algorithm using with signature.

void System::Security::Cryptography::Pkcs::CmsSigner::set_DigestAlgorithm(const SharedPtr<Oid> &value)
ParameterTypeDescription
valueconst SharedPtr<Oid>&Oid algorithm pointer.

See Also