SSLConfig Class |
Namespace: Hazelcast.Config
The SSLConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetProperties | ||
| GetProperty | ||
| GetType | (Inherited from Object.) | |
| IsEnabled | ||
| SetEnabled | ||
| SetProperties | ||
| SetProperty | ||
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| CertificateFilePath |
Certificate File path.
| |
| CertificateName |
Certificate Name to be validated against SAN field of the remote certificate, if not present then the CN part of the Certificate Subject.
| |
| CertificatePassword |
Password need to import the certificates.
| |
| CheckCertificateRevocation |
specifies whether the certificate revocation list is checked during authentication.
| |
| SslProtocol |
SSL/TLS protocol. string value of enum type SslProtocols | |
| ValidateCertificateChain |
The property is used to configure ssl to enable certificate chain validation.
| |
| ValidateCertificateName |
The property is used to configure ssl to enable Certificate name validation
|