Unit 'IdTlsServerOptions' Package
[Overview][Classes][Index] [#pl_indy]

TIdTlsServerOptions

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdTlsServerOptions.pas line 34

type TIdTlsServerOptions = class

public

  constructor Create;

  

  procedure LoadPublicCertificateFromFile();

  

  procedure LoadPrivateKeyFromFile();

  

published

  property PublicCertificate: X509Certificate; [rw]

  

  property PrivateKey: PrivateKey; [rw]

  

  property Protocol: SecurityProtocolType; [rw]

  

  property ClientNeedsCertificate: Boolean; [rw]

  

end;

Inheritance

TIdTlsServerOptions

  

|

TObject



CT Web help

CodeTyphon Studio