Table of Contents

Class SslStateInfo

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll
public class SslStateInfo
Inheritance
SslStateInfo
Inherited Members

Constructors

SslStateInfo()

public SslStateInfo()

Fields

None

public static readonly SslStateInfo None

Field Value

SslStateInfo

Properties

CipherAlgorithm

public CipherAlgorithmType CipherAlgorithm { get; set; }

Property Value

CipherAlgorithmType

CipherStrength

public int CipherStrength { get; set; }

Property Value

int

HashAlgorithm

public HashAlgorithmType HashAlgorithm { get; set; }

Property Value

HashAlgorithmType

HashStrength

public int HashStrength { get; set; }

Property Value

int

KeyExchangeAlgorithm

public ExchangeAlgorithmType KeyExchangeAlgorithm { get; set; }

Property Value

ExchangeAlgorithmType

KeyExchangeStrength

public int KeyExchangeStrength { get; set; }

Property Value

int

SslProtocol

public SslProtocols SslProtocol { get; set; }

Property Value

SslProtocols