set_DigestAlgorithm()

CmsSigner::set_DigestAlgorithm(const SharedPtr<Oid>&) method

Sets hash algorithm using with signature.

void System::Security::Cryptography::Pkcs::CmsSigner::set_DigestAlgorithm(const SharedPtr<Oid> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<Oid>&Oid algorithm pointer.

See Also