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.12.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
  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 memberCertificateFilePath
Certificate File path.
Public fieldStatic memberCertificateName
Certificate Name to be validated against SAN field of the remote certificate, if not present then the CN part of the Certificate Subject.
Public fieldStatic memberCertificatePassword
Password need to import the certificates.
Public fieldStatic memberCheckCertificateRevocation
specifies whether the certificate revocation list is checked during authentication.
Public fieldStatic memberSslProtocol
SSL/TLS protocol. string value of enum type SslProtocols
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