System.Net.URLClient.TCertificate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TCertificate = record
    Expiry: TDateTime;
    Start: TDateTime;
    Subject: string;
    Issuer: string;
    ProtocolName: string; // deprecated;
    AlgSignature: string;
    AlgEncryption: string; // deprecated;
    KeySize: Integer;
  end;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record public System.Net.URLClient.pas System.Net.URLClient System.Net.URLClient


Beschreibung

Record-Typ, der zertifikatsbezogene Informationen speichert.

Siehe auch