[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mseopensslx509.pas line 124
type X509_REQ_INFO = record |
asn1: pointer; |
length: cint; |
version: pointer; |
subject: pX509_NAME; |
pubkey: pointer; |
attributes: pointer; |
req_kludge: cint; |
end; |