Class UserAuthenticationInfo
Inheritance
UserAuthenticationInfo
Assembly: DotNetNuke.dll
Syntax
public class UserAuthenticationInfo : BaseEntityInfo, IHydratable
Constructors
UserAuthenticationInfo()
Declaration
public UserAuthenticationInfo()
Properties
AuthenticationToken
Declaration
public string AuthenticationToken { get; set; }
Property Value
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
KeyID
Declaration
public virtual int KeyID { get; set; }
Property Value
UserAuthenticationID
Declaration
public int UserAuthenticationID { get; set; }
Property Value
UserID
Declaration
public int UserID { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public virtual void Fill(IDataReader dr)
Parameters
Implements
Extension Methods