ComputeSignature()

SignedCms::ComputeSignature(const SharedPtr<CmsSigner>&, bool) method

Creates a signature.

void System::Security::Cryptography::Pkcs::SignedCms::ComputeSignature(const SharedPtr<CmsSigner> &signer, bool silent)

Arguments

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