1 instantiation of CmsSigner
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
304public void ComputeSignature() => ComputeSignature(new CmsSigner(_signerIdentifierType), true);
7 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 (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
81List<AttributeAsn> attrList = CmsSigner.BuildAttributes(unprotectedAttributes);
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
80List<AttributeAsn> attrs = CmsSigner.BuildAttributes(_attributes);
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
265info.Attributes = PkcsHelpers.NormalizeAttributeSet(CmsSigner.BuildAttributes(Attributes).ToArray());
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
306public void ComputeSignature(CmsSigner signer) => ComputeSignature(signer, true); 308public void ComputeSignature(CmsSigner signer, bool silent)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
274public void ComputeCounterSignature(CmsSigner signer)