Class AuthToken
Summary description for AuthToken.
Inheritance
System.Object
AuthToken
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public class AuthToken : Object
Constructors
AuthToken()
Initializes a new instance of the AuthToken class.
Declaration
public AuthToken()
Properties
ActAs
Get/Sets the ActAs of the AuthToken
Declaration
public string ActAs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Get/Sets the Password of the AuthToken
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeStamp
Get/Sets the TimeStamp of the AuthToken
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Username
Get/Sets the Username of the AuthToken
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |