The methods of the SaslMethod class are listed below. For a complete list of SaslMethod class members, see the SaslMethod Members topic.
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 | Overloaded. Disposes managed and unmananged resources used by the SASL mechanism. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetSaslID | When overridden in a derived class, returns uppercase name of a SASL method implemented by that class (such as "LOGIN", "NTLM", etc). |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsSecure | When overridden in a derived class, designates whether the implemented SASL mechanism is secure or not. |
RequiresCredentials | Designates whether or not the implemented SASL mechanism can operate without user credentials passed in AccountName and Password property values. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Dispose | Overloaded. Actually disposes managed and unmananged resources used by the SASL mechanism. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SaslMethod Class | MailBee Namespace | AuthenticationOptions | Login | Login | AuthMethods