Class RabbitOptions.SslOptions
public class RabbitOptions.SslOptions
- Inheritance
-
RabbitOptions.SslOptions
- Inherited Members
Properties
Algorithm
public SslProtocols Algorithm { get; set; }
Property Value
CertPassphrase
public string CertPassphrase { get; set; }
Property Value
CertPath
public string CertPath { get; set; }
Property Value
Enabled
public bool Enabled { get; set; }
Property Value
ServerHostName
public string ServerHostName { get; set; }
Property Value
ValidateServerCertificate
public bool ValidateServerCertificate { get; set; }
Property Value
VerifyHostname
public bool VerifyHostname { get; set; }