Show / Hide Table of Contents

Class AuthenticationInfo

Inheritance
object
BaseEntityInfo
AuthenticationInfo
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 AuthenticationInfo : BaseEntityInfo, IHydratable

Constructors

AuthenticationInfo()

Declaration
public AuthenticationInfo()

Properties

AuthenticationID

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

AuthenticationType

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

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
bool

KeyID

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

LoginControlSrc

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

LogoffControlSrc

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

PackageID

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

SettingsControlSrc

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

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