C# 클래스 Brunet.Applications.NodeConfig.SecurityPolicy

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CertificatePath string
Dtls bool
Enabled bool
KeyPath string
SecureEdges bool
SelfSignedCertificates bool
TestEnable bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SecurityPolicy ( ) : System

메소드 상세

SecurityPolicy() 공개 메소드

public SecurityPolicy ( ) : System
리턴 System

프로퍼티 상세

CertificatePath 공개적으로 프로퍼티

public string CertificatePath
리턴 string

Dtls 공개적으로 프로퍼티

public bool Dtls
리턴 bool

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

KeyPath 공개적으로 프로퍼티

public string KeyPath
리턴 string

SecureEdges 공개적으로 프로퍼티

public bool SecureEdges
리턴 bool

SelfSignedCertificates 공개적으로 프로퍼티

In this mode, we allow preshared self-signed certificates. If we were to not have this mode, we could potentially be passing around very large messages listing all the CAs we support, when all CAs only support themselves!
public bool SelfSignedCertificates
리턴 bool

TestEnable 공개적으로 프로퍼티

public bool TestEnable
리턴 bool