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)
304public void ComputeSignature() => ComputeSignature(new CmsSigner(_signerIdentifierType), true);