[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sslbase.pp line 83
type TX509Certificate = class(TObject) |
protected |
function GetRealSerial; |
public |
function CreateCertificateAndKey(); |
property Country: string; [rw] |
property HostName: string; [rw] |
property CommonName: string; [rw] |
property Organization: string; [rw] |
property KeySize: Integer; [rw] |
property ValidFrom: TDateTime; [rw] |
property ValidTo: TDateTime; [rw] |
property Version: Integer; [rw] |
property Serial: Integer; [rw] |
end; |
| |
TObject |