Class TlsSettings
- Namespace
- RabbitMQ.AMQP.Client
- Assembly
- RabbitMQ.AMQP.Client.dll
- Inheritance
-
TlsSettings
- Inherited Members
-
Constructors
TlsSettings()
TlsSettings(SslProtocols)
public TlsSettings(SslProtocols protocols)
Parameters
protocols
SslProtocols
Properties
AcceptablePolicyErrors
public SslPolicyErrors AcceptablePolicyErrors { get; set; }
Property Value
- SslPolicyErrors
CheckCertificateRevocation
public bool CheckCertificateRevocation { get; set; }
Property Value
- bool
ClientCertificates
public X509CertificateCollection ClientCertificates { get; }
Property Value
- X509CertificateCollection
LocalCertificateSelectionCallback
public LocalCertificateSelectionCallback? LocalCertificateSelectionCallback { get; set; }
Property Value
- LocalCertificateSelectionCallback
Protocols
public SslProtocols Protocols { get; set; }
Property Value
- SslProtocols
RemoteCertificateValidationCallback
public RemoteCertificateValidationCallback? RemoteCertificateValidationCallback { get; set; }
Property Value
- RemoteCertificateValidationCallback