Class TRALSaguiSSL

Unit

Declaration

type TRALSaguiSSL = class(TRALSSL)

Description

TRALSaguiSSL

Hierarchy

Overview

Properties

Published property Certificate: StringRAL read FCertificate write FCertificate;
Published property DHParams: StringRAL read FDHParams write FDHParams;
Published property Priorities: StringRAL read FPriorities write FPriorities;
Published property PrivateKey: StringRAL read FPrivateKey write FPrivateKey;
Published property PrivatePassword: StringRAL read FPrivatePassword write FPrivatePassword;
Published property Trust: StringRAL read FTrust write FTrust;

Description

Properties

Published property Certificate: StringRAL read FCertificate write FCertificate;

Content of the certificate (cert.pem) to be used by the HTTPS server.

Published property DHParams: StringRAL read FDHParams write FDHParams;

Content of the Diffie-Hellman parameters (dh.pem) to be used by the HTTPS server for key exchange.

Published property Priorities: StringRAL read FPriorities write FPriorities;

Content of the cipher algorithm. Default: NORMAL.

Published property PrivateKey: StringRAL read FPrivateKey write FPrivateKey;

Content of the private key (key.pem) to be used by the HTTPS server.

Published property PrivatePassword: StringRAL read FPrivatePassword write FPrivatePassword;

{ Password of the private key.

Published property Trust: StringRAL read FTrust write FTrust;

Content of the certificate (ca.pem) to be used by the HTTPS server for client authentication.



GitHub Repository
Generated by PasDoc 0.16.0.