7 references to CERT_ISSUER_SERIAL_NUMBER
System.Security (7)
system\security\cryptography\cryptoapi.cs (1)
1130
internal
CERT_ISSUER_SERIAL_NUMBER
IssuerSerialNumber; // CERT_ID_ISSUER_SERIAL_NUMBER
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
791
IntPtr pIssuer = new IntPtr((long) pIssuerSerialNumber + (long) Marshal.OffsetOf(typeof(CAPI.
CERT_ISSUER_SERIAL_NUMBER
), "Issuer"));
802
IntPtr pSerialNumber = new IntPtr((long) pIssuerSerialNumber + (long) Marshal.OffsetOf(typeof(CAPI.
CERT_ISSUER_SERIAL_NUMBER
), "SerialNumber"));
967
IntPtr pIssuer = new IntPtr((long) pIssuerSerial + (long) Marshal.OffsetOf(typeof(CAPI.
CERT_ISSUER_SERIAL_NUMBER
), "Issuer"));
978
IntPtr pSerialNumber = new IntPtr((long) pIssuerSerial + (long) Marshal.OffsetOf(typeof(CAPI.
CERT_ISSUER_SERIAL_NUMBER
), "SerialNumber"));
system\security\cryptography\pkcs\pkcsmisc.cs (1)
114
CAPI.
CERT_ISSUER_SERIAL_NUMBER
IssuerAndSerial;
system\security\cryptography\pkcs\pkcsutils.cs (1)
363
internal unsafe static X509IssuerSerial DecodeIssuerSerial (CAPI.
CERT_ISSUER_SERIAL_NUMBER
pIssuerAndSerial) {