System.Net.URLClient.TCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
record public System.Net.URLClient.pas System.Net.URLClient System.Net.URLClient

Description

Record type which stores the information related to certificates.

See Also