1 instantiation of CERT_ID
System.Security (1)
system\security\cryptography\cryptoapi.cs (1)
1576SignerId = new CERT_ID();
18 references to CERT_ID
System.Security (18)
system\security\cryptography\cryptoapi.cs (7)
1274internal CERT_ID SignerId; 1366internal CERT_ID RecipientId; 1395internal CERT_ID RecipientId; 1473internal CERT_ID OriginatorCertId; // CERT_ID 1495internal CERT_ID RecipientId; 1522internal CERT_ID RecipientId; 1608internal CERT_ID SignerId;
system\security\cryptography\pkcs\envelopedpkcs7.cs (8)
550CAPI.CERT_ID recipientId = keyAgree.RecipientId; 768IntPtr pdwIdChoice = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "dwIdChoice")); 772IntPtr pKeyId = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "Value")); 784IntPtr pdwIdChoice = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "dwIdChoice")); 788IntPtr pIssuerSerialNumber = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "Value")); 927IntPtr pdwIdChoice = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "dwIdChoice")); 933IntPtr pKeyId = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "Value")); 964IntPtr pIssuerSerial = new IntPtr((long) pRecipientId + (long) Marshal.OffsetOf(typeof(CAPI.CERT_ID), "Value"));
system\security\cryptography\pkcs\pkcsmisc.cs (2)
122internal SubjectIdentifier (CAPI.CERT_ID certId) { 229internal SubjectIdentifierOrKey (CAPI.CERT_ID certId) {
system\security\cryptography\pkcs\recipientinfo.cs (1)
338internal CAPI.CERT_ID RecipientId {