SSLConfig Class | 
Namespace: Hazelcast.Config
The SSLConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetProperties | ||
| GetProperty | ||
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsEnabled | ||
| SetEnabled | ||
| SetProperties | ||
| SetProperty | ||
| ToString | Returns a string that represents the current object.  (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
              |