System::Security::Cryptography::Pkcs::SignedCms::ComputeSignature method

SignedCms::ComputeSignature method

Creates a signature.

void System::Security::Cryptography::Pkcs::SignedCms::ComputeSignature(const SharedPtr<CmsSigner> &signer, bool silent)
ParameterTypeDescription
signerconst SharedPtr<CmsSigner>&Signer to use.
silentboolWhether to suppress asking user for valid certificate if certificate associated with signer is not valid.

See Also