Source position: jwawincrypt.pas line 3873
type _CERT_ALT_NAME_ENTRY = record |
dwAltNameChoice: DWORD; |
case Integer of |
0: ( |
pOtherName: PCERT_OTHER_NAME; |
); |
1: ( |
pwszRfc822Name: LPWSTR; |
); |
2: ( |
pwszDNSName: LPWSTR; |
); |
3: ( |
); |
4: ( |
DirectoryName: CERT_NAME_BLOB; |
); |
5: ( |
); |
6: ( |
pwszURL: LPWSTR; |
); |
7: ( |
IPAddress: CRYPT_DATA_BLOB; |
); |
8: ( |
pszRegisteredID: LPSTR; |
); |
end; |