[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mseopensslx509.pas line 168
type X509_STORE = record |
cache: cint; |
objs: pSTACK_OFX509; |
get_cert_methods: pSTACK_OF509LOOKUP; |
verify: pointer; |
verify_cb: TCertificateVerifyFunction; |
ex_data: pointer; |
references: cint; |
depth: cint; |
end; |