2 references to ComputeSignature
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
298
public void ComputeSignature() =>
ComputeSignature
(new CmsSigner(_signerIdentifierType), true);
300
public void ComputeSignature(CmsSigner signer) =>
ComputeSignature
(signer, true);