System::Security::Cryptography::Pkcs::SignedCms::SignedCms constructor

SignedCms::SignedCms constructor

Constructor.

System::Security::Cryptography::Pkcs::SignedCms::SignedCms(const SharedPtr<ContentInfo> &content, bool detached)
ParameterTypeDescription
contentconst SharedPtr<ContentInfo>&Content to sign.
detachedboolWhether signature is detached.

See Also