2 writes to _signerIdentifierType
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
64
_signerIdentifierType
= signerIdentifierType;
67
_signerIdentifierType
= SubjectIdentifierType.IssuerAndSerialNumber;
1 reference to _signerIdentifierType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
298
public void ComputeSignature() => ComputeSignature(new CmsSigner(
_signerIdentifierType
), true);