FrameworkTLSSettings¶
Settings for .NET's SslStream based handler.
Fields:¶
SslProtocols TlsVersions¶
- The supported TLS versions.
Boolean CheckCertificateRevocation¶
- Indicates whether to check certificate revocation.
Func<String, X509Certificate, X509Chain, SslPolicyErrors, Boolean> DefaultCertificationValidator¶
- The default certification validator.
ClientCertificateSelector ClientCertificationProvider¶
- Delegate for providing a client certificate.