public class ScramUserCredentialsPublic Class ScramUserCredentialspublic ref class ScramUserCredentialsSnapDB.Security.Authentication.ScramUserCredentials = function();
Type.createClass(
'SnapDB.Security.Authentication.ScramUserCredentials');| ScramUserCredentials | Initializes a new instance of the ScramUserCredentials class |
| AddUser | Adds a new user credential with the specified username and password. |
| 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) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryLookup | Attempts to look up a user credential by their username. |