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

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

Syntax

C#
[SerializableAttribute]
public class AuthenticationInfo : BaseEntityInfo, 
	IHydratable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AuthenticationInfo _
	Inherits BaseEntityInfo _
	Implements IHydratable
Visual C++
[SerializableAttribute]
public ref class AuthenticationInfo : public BaseEntityInfo, 
	IHydratable

Inheritance Hierarchy

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

See Also