CmsSigner()

CmsSigner::CmsSigner(const SharedPtr<X509Certificates::X509Certificate2>&) constructor

Initializes signer with X509 certificate.

System::Security::Cryptography::Pkcs::CmsSigner::CmsSigner(const SharedPtr<X509Certificates::X509Certificate2> &certificate)

Arguments

ParameterTypeDescription
certificateconst SharedPtr<X509Certificates::X509Certificate2>&Certificate to use for signing.

See Also