1 instantiation of CmsSigner
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
303public void ComputeSignature() => ComputeSignature(new CmsSigner(_signerIdentifierType), true);
4 references to CmsSigner
System.Security (1)
System.Security.cs (1)
12[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.CmsSigner))]
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
305public void ComputeSignature(CmsSigner signer) => ComputeSignature(signer, true); 307public void ComputeSignature(CmsSigner signer, bool silent)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
292public void ComputeCounterSignature(CmsSigner signer)