DNN-4016 The UserAuthenticationInfo class provides the Entity Layer for the user information in the Authentication Systems.

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

Syntax

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

Inheritance Hierarchy

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

See Also