Class AuthToken
Summary description for AuthToken.
Inheritance
System.Object
AuthToken
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public class AuthToken
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 |