Source position: jwawincrypt.pas line 5635
type _CERT_ID = record |
dwIdChoice: DWORD; |
case Integer of |
0: ( |
IssuerSerialNumber: CERT_ISSUER_SERIAL_NUMBER; |
); |
1: ( |
KeyId: CRYPT_HASH_BLOB; |
); |
2: ( |
HashId: CRYPT_HASH_BLOB; |
); |
end; |