2 instantiations of CmsSigner
System.Security (2)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
152ComputeSignature(new CmsSigner(m_signerIdentifierType), true);
system\security\cryptography\pkcs\signerinfo.cs (1)
149ComputeCounterSignature(new CmsSigner(m_signedCms.Version == 2 ? SubjectIdentifierType.SubjectKeyIdentifier : SubjectIdentifierType.IssuerAndSerialNumber));
9 references to CmsSigner
System.Security (9)
system\security\cryptography\pkcs\pkcsutils.cs (3)
706internal static CAPI.CMSG_SIGNER_ENCODE_INFO CreateSignerEncodeInfo (CmsSigner signer, out SafeCryptProvHandle hProv) { 713internal static unsafe CAPI.CMSG_SIGNER_ENCODE_INFO CreateSignerEncodeInfo (CmsSigner signer, bool silent, out SafeCryptProvHandle hProv) { 905internal static X509Certificate2Collection CreateBagOfCertificates (CmsSigner signer) {
system\security\cryptography\pkcs\signedpkcs7.cs (4)
155public void ComputeSignature (CmsSigner signer) { 166public void ComputeSignature (CmsSigner signer, bool silent) { 294private unsafe void Sign (CmsSigner signer, bool silent) { 371private void CoSign (CmsSigner signer, bool silent) {
system\security\cryptography\pkcs\signerinfo.cs (2)
152public void ComputeCounterSignature (CmsSigner signer) { 283private unsafe void CounterSign (CmsSigner signer) {