C# Class Hazelcast.Config.SSLConfig

COnfiguration for client to server secure communication via SSL
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client Class Usage Examples

Méthodes publiques

Méthode Description
GetProperties ( ) : string>.Dictionary
GetProperty ( string name ) : string
IsEnabled ( ) : bool
SetEnabled ( bool enabled ) : SSLConfig
SetProperties ( string>.Dictionary properites ) : SSLConfig
SetProperty ( string name, string value ) : SSLConfig
ToString ( ) : string

Private Methods

Méthode Description
GetCertificateName ( ) : string
IsValidateCertificateChain ( ) : bool
IsValidateCertificateName ( ) : bool

Method Details

GetProperties() public méthode

public GetProperties ( ) : string>.Dictionary
Résultat string>.Dictionary

GetProperty() public méthode

public GetProperty ( string name ) : string
name string
Résultat string

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

SetEnabled() public méthode

public SetEnabled ( bool enabled ) : SSLConfig
enabled bool
Résultat SSLConfig

SetProperties() public méthode

public SetProperties ( string>.Dictionary properites ) : SSLConfig
properites string>.Dictionary
Résultat SSLConfig

SetProperty() public méthode

public SetProperty ( string name, string value ) : SSLConfig
name string
value string
Résultat SSLConfig

ToString() public méthode

public ToString ( ) : string
Résultat string