Class SaslMechanism
public class SaslMechanism : IEquatable<SaslMechanism>
- Inheritance
-
SaslMechanism
- Implements
- Inherited Members
Fields
Anonymous
public static readonly SaslMechanism Anonymous
Field Value
External
public static readonly SaslMechanism External
Field Value
Plain
public static readonly SaslMechanism Plain
Field Value
Properties
Mechanism
public string Mechanism { get; }
Property Value
Methods
Equals(SaslMechanism?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(SaslMechanism? other)
Parameters
other
SaslMechanismAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.