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