Class TRALSaguiSSL
Unit
Declaration
type TRALSaguiSSL = class(TRALSSL)
Description
TRALSaguiSSL
Hierarchy
- TObject
- TPersistent
- TRALSSL
- TRALSaguiSSL
Overview
Properties
![]() |
property Certificate: StringRAL read FCertificate write FCertificate; |
![]() |
property DHParams: StringRAL read FDHParams write FDHParams; |
![]() |
property Priorities: StringRAL read FPriorities write FPriorities; |
![]() |
property PrivateKey: StringRAL read FPrivateKey write FPrivateKey; |
![]() |
property PrivatePassword: StringRAL read FPrivatePassword write FPrivatePassword; |
![]() |
property Trust: StringRAL read FTrust write FTrust; |
Description
Properties
![]() |
property Certificate: StringRAL read FCertificate write FCertificate; |
|
Content of the | |
![]() |
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. | |
![]() |
property Priorities: StringRAL read FPriorities write FPriorities; |
|
Content of the cipher algorithm. Default: | |
![]() |
property PrivateKey: StringRAL read FPrivateKey write FPrivateKey; |
|
Content of the private key (key.pem) to be used by the HTTPS server. | |
![]() |
property PrivatePassword: StringRAL read FPrivatePassword write FPrivatePassword; |
|
{ Password of the private key. | |
![]() |
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.
