1 instantiation of CmsSigner
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
303
public 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)
305
public void ComputeSignature(
CmsSigner
signer) => ComputeSignature(signer, true);
307
public void ComputeSignature(
CmsSigner
signer, bool silent)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
292
public void ComputeCounterSignature(
CmsSigner
signer)