Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Brunet
Applications
NodeConfig.SecurityPolicy
C# Class Brunet.Applications.NodeConfig.SecurityPolicy
Mostra file
Open project: pstjuste/brunet
Class Usage Examples
Public Properties
Property
Type
Description
CertificatePath
string
Dtls
bool
Enabled
bool
KeyPath
string
SecureEdges
bool
SelfSignedCertificates
bool
TestEnable
bool
Private Properties
Property
Type
Description
Public Methods
Method
Description
SecurityPolicy
( ) :
System
Method Details
SecurityPolicy()
public
method
public
SecurityPolicy
( ) :
System
return
System
Property Details
CertificatePath
public_oe property
public
string
CertificatePath
return
string
Dtls
public_oe property
public
bool
Dtls
return
bool
Enabled
public_oe property
public
bool
Enabled
return
bool
KeyPath
public_oe property
public
string
KeyPath
return
string
SecureEdges
public_oe property
public
bool
SecureEdges
return
bool
SelfSignedCertificates
public_oe property
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
return
bool
TestEnable
public_oe property
public
bool
TestEnable
return
bool