public class SrpUserCredentialsPublic Class SrpUserCredentialspublic ref class SrpUserCredentialsSnapDB.Security.Authentication.SrpUserCredentials = function();
Type.createClass(
'SnapDB.Security.Authentication.SrpUserCredentials');| SrpUserCredentials | Initializes a new instance of the SrpUserCredentials class |
| AddUser(String, Byte, Byte, Int32, SrpStrength) | Adds the specified user to the credential database. |
| AddUser(String, String, SrpStrength, Int32, Int32) | Adds the specified user to the credentials database. |
| 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) |
| Lookup | Looks up the username from the database. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |