dnp3 (.NET API) 1.1.0
|
This is the complete list of members for dnp3.TlsClientConfig, including all inherited members.
CertificateMode | dnp3.TlsClientConfig | |
DnsName | dnp3.TlsClientConfig | |
LocalCertPath | dnp3.TlsClientConfig | |
MinTlsVersion | dnp3.TlsClientConfig | |
Password | dnp3.TlsClientConfig | |
PeerCertPath | dnp3.TlsClientConfig | |
PrivateKeyPath | dnp3.TlsClientConfig | |
TlsClientConfig(string dnsName, string peerCertPath, string localCertPath, string privateKeyPath, string password) | dnp3.TlsClientConfig | inline |
WithCertificateMode(CertificateMode value) | dnp3.TlsClientConfig | inline |
WithDnsName(string value) | dnp3.TlsClientConfig | inline |
WithLocalCertPath(string value) | dnp3.TlsClientConfig | inline |
WithMinTlsVersion(MinTlsVersion value) | dnp3.TlsClientConfig | inline |
WithPassword(string value) | dnp3.TlsClientConfig | inline |
WithPeerCertPath(string value) | dnp3.TlsClientConfig | inline |
WithPrivateKeyPath(string value) | dnp3.TlsClientConfig | inline |