Show / Hide Table of Contents

Class UserAuthenticationInfo

Inheritance
object
BaseEntityInfo
UserAuthenticationInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public class UserAuthenticationInfo : BaseEntityInfo, IHydratable

Constructors

UserAuthenticationInfo()

Declaration
public UserAuthenticationInfo()

Properties

AuthenticationToken

Declaration
public string AuthenticationToken { get; set; }
Property Value
Type Description
string

AuthenticationType

Declaration
public string AuthenticationType { get; set; }
Property Value
Type Description
string

KeyID

Declaration
public virtual int KeyID { get; set; }
Property Value
Type Description
int

UserAuthenticationID

Declaration
public int UserAuthenticationID { get; set; }
Property Value
Type Description
int

UserID

Declaration
public int UserID { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public virtual void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS