Class AuthData
Inheritance
System.Object
AuthData
Inherited Members
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()
Assembly: Terrasoft.Core.dll
Syntax
Constructors
AuthData()
Declaration
Properties
ClaimList
Declaration
public Dictionary<string, object> ClaimList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
CookieId
Declaration
public Guid CookieId { get; }
Property Value
Type |
Description |
System.Guid |
|
ExternalAccessId
Gets or sets the external access identifier.
Declaration
public Guid ExternalAccessId { get; set; }
Property Value
Type |
Description |
System.Guid |
The external access identifier.
|
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
RedirectLink
Declaration
public string RedirectLink { get; set; }
Property Value
Type |
Description |
System.String |
|
StaySignedIn
Declaration
public bool StaySignedIn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TimeZoneOffset
Declaration
public int? TimeZoneOffset { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
UserCulture
Declaration
public CultureInfo UserCulture { get; set; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
UserPassword
Declaration
public string UserPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
UserStateHash
Declaration
public string UserStateHash { get; set; }
Property Value
Type |
Description |
System.String |
|
UserType
Declaration
public UserType UserType { get; set; }
Property Value
WorkspaceName
Declaration
public string WorkspaceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
FromString(String)
Declaration
public static AuthData FromString(string strAuthData)
Parameters
Type |
Name |
Description |
System.String |
strAuthData |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Extension Methods