Click or drag to resize

SSLConfig Class

COnfiguration for client to server secure communication via SSL
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigSSLConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public class SSLConfig

The SSLConfig type exposes the following members.

Constructors
  NameDescription
Public methodSSLConfig
Initializes a new instance of the SSLConfig class
Top
Methods
Fields
  NameDescription
Public fieldStatic memberCertificateName
Certifate Name; CN part of the Certificate Subject.
Public fieldStatic memberValidateCertificateChain
The property is used to configure ssl to enable certificate chain validation.
Public fieldStatic memberValidateCertificateName
The property is used to configure ssl to enable Certificate name validation
Top
See Also