Class RabbitOptions.SslOptions
Inheritance
System.Object
RabbitOptions.SslOptions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class SslOptions : object
Properties
|
Edit this page
View Source
Algorithm
Declaration
public SslProtocols Algorithm { get; set; }
Property Value
Type |
Description |
SslProtocols |
|
|
Edit this page
View Source
CertPassphrase
Declaration
public string CertPassphrase { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CertPath
Declaration
public string CertPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ServerHostName
Declaration
public string ServerHostName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ValidateServerCertificate
Declaration
public bool ValidateServerCertificate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
VerifyHostname
Declaration
public bool VerifyHostname { get; set; }
Property Value
Type |
Description |
System.Boolean |
|