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.2
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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetProperty
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled
Public methodSetEnabled
Public methodSetProperties
Public methodSetProperty
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
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