2 references to Sign
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
354
SignerInfoAsn newSigner = signer.
Sign
(content, contentType, silent, out chainCerts);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
311
SignerInfoAsn newSignerInfo = signer.
Sign
(effectiveThis._signature, null, false, out chain);