SignedCms()

SignedCms::SignedCms(const SharedPtr<ContentInfo>&, bool) constructor

Constructor.

System::Security::Cryptography::Pkcs::SignedCms::SignedCms(const SharedPtr<ContentInfo> &content, bool detached)

Arguments

ParameterTypeDescription
contentconst SharedPtr<ContentInfo>&Content to sign.
detachedboolWhether signature is detached.

See Also