Show / Hide Table of Contents

Class ConnectionListener.SslSettings

Contains the TLS/SSL settings for a connection.

Inheritance
System.Object
ConnectionListener.SslSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Listener
Assembly: Amqp.Net.dll
Syntax
public class SslSettings

Properties

Certificate

Gets or sets the listener certificate.

Declaration
public X509Certificate2 Certificate { get; set; }
Property Value
Type Description
System.Security.Cryptography.X509Certificates.X509Certificate2

CheckCertificateRevocation

Specifies whether certificate revocation should be performed during handshake.

Declaration
public bool CheckCertificateRevocation { get; set; }
Property Value
Type Description
System.Boolean

ClientCertificateRequired

Gets or sets a a Boolean value that specifies whether the client must supply a certificate for authentication.

Declaration
public bool ClientCertificateRequired { get; set; }
Property Value
Type Description
System.Boolean

Protocols

Gets or sets the supported protocols to use.

Declaration
public SslProtocols Protocols { get; set; }
Property Value
Type Description
System.Security.Authentication.SslProtocols

RemoteCertificateValidationCallback

Gets or sets a certificate validation callback to validate remote certificate.

Declaration
public RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get; set; }
Property Value
Type Description
System.Net.Security.RemoteCertificateValidationCallback
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX