C# Class Hazelcast.Config.SSLConfig

COnfiguration for client to server secure communication via SSL
显示文件 Open project: hazelcast/hazelcast-csharp-client Class Usage Examples

Public Methods

Method 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

Method Description
GetCertificateName ( ) : string
IsValidateCertificateChain ( ) : bool
IsValidateCertificateName ( ) : bool

Method Details

GetProperties() public method

public GetProperties ( ) : string>.Dictionary
return string>.Dictionary

GetProperty() public method

public GetProperty ( string name ) : string
name string
return string

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

SetEnabled() public method

public SetEnabled ( bool enabled ) : SSLConfig
enabled bool
return SSLConfig

SetProperties() public method

public SetProperties ( string>.Dictionary properites ) : SSLConfig
properites string>.Dictionary
return SSLConfig

SetProperty() public method

public SetProperty ( string name, string value ) : SSLConfig
name string
value string
return SSLConfig

ToString() public method

public ToString ( ) : string
return string