public class IntegratedSecurityUserCredentialsPublic Class IntegratedSecurityUserCredentialspublic ref class IntegratedSecurityUserCredentialsSnapDB.Security.Authentication.IntegratedSecurityUserCredentials = function();
Type.createClass(
'SnapDB.Security.Authentication.IntegratedSecurityUserCredentials');| IntegratedSecurityUserCredentials | Initializes a new instance of the IntegratedSecurityUserCredentials class |
| AddUser(String) | Adds the specified user to the credentials database. |
| AddUser(String, Guid) | 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) |
| Load | Loads from the supplied stream. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Save | Saves to the supplied stream. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryGetToken | Gets if the user exists in the database. |