Show / Hide Table of Contents

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()
Namespace: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public class AuthData

Constructors

AuthData()

Declaration
public AuthData()

Properties

ClaimList

Claim attributes list.

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
Type Description
UserType

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
Type Description
AuthData

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX