SaslMethod Methods

The SaslMethod type exposes the following members.

Methods
  NameDescription
Public methodAccountDataIsPassword
Designates if only the password must be set (password-only method).
Public methodCode exampleCreateNextClientAnswer
When overridden in a derived class, generates client's next answer in the authentication protocol exchange series.
Public methodDispose
Disposes managed and unmananged resources used by the SASL mechanism.
Protected methodDispose(Boolean)
Actually disposes managed and unmananged resources used by the SASL mechanism.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSaslID
When overridden in a derived class, returns uppercase name of a SASL method implemented by that class (such as "LOGIN", "NTLM", etc).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFipsCompliant
Denotes if this authentication method is FIPS-compliant.
Public methodIsSecure
When overridden in a derived class, designates whether the implemented SASL mechanism is secure or not.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRequiresCredentials
Designates whether or not the implemented SASL mechanism can operate without user credentials passed in AccountName and Password property values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also