Class AuthenticationInfo
Inheritance
AuthenticationInfo
Assembly: DotNetNuke.dll
Syntax
public class AuthenticationInfo : BaseEntityInfo, IHydratable
Constructors
AuthenticationInfo()
Declaration
public AuthenticationInfo()
Properties
AuthenticationID
Declaration
public int AuthenticationID { get; set; }
Property Value
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
KeyID
Declaration
public virtual int KeyID { get; set; }
Property Value
LoginControlSrc
Declaration
public string LoginControlSrc { get; set; }
Property Value
LogoffControlSrc
Declaration
public string LogoffControlSrc { get; set; }
Property Value
PackageID
Declaration
public int PackageID { get; set; }
Property Value
SettingsControlSrc
Declaration
public string SettingsControlSrc { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public virtual void Fill(IDataReader dr)
Parameters
Implements
Extension Methods