COnfiguration for client to server secure communication via SSL
Inheritance Hierarchy
Hazelcast.ConfigSSLConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
The SSLConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SSLConfig | Initializes a new instance of the SSLConfig class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperties | |
![]() | GetProperty | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEnabled | |
![]() | SetEnabled | |
![]() | SetProperties | |
![]() | SetProperty | |
![]() | ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CertificateName |
Certifate Name; CN part of the Certificate Subject.
|
![]() ![]() | 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
|
See Also