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

SignedCms::ComputeSignature method

创建签名。

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

另见