Show / Hide Table of Contents

Class ConnectionFactory.SaslSettings

Contains the SASL settings for a connection.

Inheritance
System.Object
ConnectionFactory.SaslSettings
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
Assembly: Amqp.Net.dll
Syntax
public class SaslSettings

Properties

Profile

The SASL profile to use for SASL negotiation.

Declaration
public SaslProfile Profile { get; set; }
Property Value
Type Description
SaslProfile
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX