Table of Contents

Class RabbitOptions.SslOptions

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class RabbitOptions.SslOptions
Inheritance
RabbitOptions.SslOptions
Inherited Members

Properties

Algorithm

public SslProtocols Algorithm { get; set; }

Property Value

SslProtocols

CertPassphrase

public string CertPassphrase { get; set; }

Property Value

string

CertPath

public string CertPath { get; set; }

Property Value

string

Enabled

public bool Enabled { get; set; }

Property Value

bool

ServerHostName

public string ServerHostName { get; set; }

Property Value

string

ValidateServerCertificate

public bool ValidateServerCertificate { get; set; }

Property Value

bool

VerifyHostname

public bool VerifyHostname { get; set; }

Property Value

bool