lib60870.NET
2.2.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Properties | |
bool | ChainValidation [get, set] |
Gets or sets a value indicating whether this lib60870.TlsSecurityInformation performs a X509 chain validation against the registered CA certificates More... | |
bool | AllowOnlySpecificCertificates [get, set] |
Gets or sets a value indicating whether this lib60870.TlsSecurityInformation allow only specific certificates. More... | |
X509Certificate2 | OwnCertificate [get, set] |
List< X509Certificate2 > | AllowedCertificates [get, set] |
List< X509Certificate2 > | CaCertificates [get] |
string | TargetHostName [get] |
|
getset |
Gets or sets a value indicating whether this lib60870.TlsSecurityInformation allow only specific certificates.
true
if allow only specific certificates; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this lib60870.TlsSecurityInformation performs a X509 chain validation against the registered CA certificates
true
if chain validation; otherwise, false
.