C# 클래스 Hazelcast.Config.SSLConfig

COnfiguration for client to server secure communication via SSL
파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetCertificateName ( ) : string
IsValidateCertificateChain ( ) : bool
IsValidateCertificateName ( ) : bool

메소드 상세

GetProperties() 공개 메소드

public GetProperties ( ) : string>.Dictionary
리턴 string>.Dictionary

GetProperty() 공개 메소드

public GetProperty ( string name ) : string
name string
리턴 string

IsEnabled() 공개 메소드

public IsEnabled ( ) : bool
리턴 bool

SetEnabled() 공개 메소드

public SetEnabled ( bool enabled ) : SSLConfig
enabled bool
리턴 SSLConfig

SetProperties() 공개 메소드

public SetProperties ( string>.Dictionary properites ) : SSLConfig
properites string>.Dictionary
리턴 SSLConfig

SetProperty() 공개 메소드

public SetProperty ( string name, string value ) : SSLConfig
name string
value string
리턴 SSLConfig

ToString() 공개 메소드

public ToString ( ) : string
리턴 string