| SaslMethod Methods |
The SaslMethod type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountDataIsPassword |
Designates if only the password must be set (password-only method).
| |
| CreateNextClientAnswer |
When overridden in a derived class, generates client's next answer in the
authentication protocol exchange series.
| |
| Dispose |
Disposes managed and unmananged resources used by the SASL mechanism.
| |
| Dispose(Boolean) |
Actually disposes managed and unmananged resources used by the SASL mechanism.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSaslID |
When overridden in a derived class, returns uppercase name of
a SASL method implemented by that class (such as "LOGIN", "NTLM", etc).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsFipsCompliant |
Denotes if this authentication method is FIPS-compliant.
| |
| IsSecure |
When overridden in a derived class, designates whether the implemented SASL mechanism
is secure or not.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RequiresCredentials |
Designates whether or not the implemented SASL mechanism can operate without user credentials
passed in AccountName and Password property values.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |