The AuthenticationInfo class provides the Entity Layer for the Authentication Systems.

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class AuthenticationInfo : BaseEntityInfo, 
	IHydratable
Visual Basic
<SerializableAttribute>
Public Class AuthenticationInfo
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Services.Authentication..::..AuthenticationInfo

See Also