SSLConfig ClassHazelcast .Net Client Class Library
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.8.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 a hash function for a particular type.
(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 (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

Reference