System::Security::Cryptography::Pkcs::SignedCms::ComputeSignature 方法

SignedCms::ComputeSignature method

创建签名。

void System::Security::Cryptography::Pkcs::SignedCms::ComputeSignature(const SharedPtr<CmsSigner> &signer, bool silent)
ParameterType描述
签名者const SharedPtr<CmsSigner>&要使用的签名者。
静默bool是否在与 signer 关联的证书无效时抑制向用户请求有效证书。

另见