public class IntegratedSecurityUserCredentialPublic Class IntegratedSecurityUserCredentialpublic ref class IntegratedSecurityUserCredentialSnapDB.Security.Authentication.IntegratedSecurityUserCredential = function();
Type.createClass(
'SnapDB.Security.Authentication.IntegratedSecurityUserCredential');| IntegratedSecurityUserCredential(Stream) | Loads user credentials from the supplied stream. |
| IntegratedSecurityUserCredential(String, Guid) | Creates user credentials. |
| 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) |
| UserId | The security identifier (SID) for the username. |
| Username | The username that was passed to the constructor. |
| UserToken | The token associated with this user and their permissions. |