[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mseopensslx509.pas line 141
type X509_EXTENSION = record |
obj: pASN1_OBJECT; |
critical: SmallInt; |
netscape_hack: SmallInt; |
value: pASN1_OCTET_STRING; |
method: pointer; |
ext_val: pointer; |
end; |