[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3690
type TGTlsCertificate = object(TGObject) |
||
|
||
function new_from_file(); |
|
|
function new_from_files(); |
|
|
function new_from_pem(); |
|
|
function list_new_from_file(); |
|
|
function get_issuer; |
|
|
function is_same(); |
|
|
function verify(); |
|
|
property issuer: PGTlsCertificate; [r] |
|
|
end; |
|
||
|