The DNNProfileProvider overrides the default ProfileProvider to provide a purely DotNetNuke implementation

Namespace: DotNetNuke.Security.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class DNNProfileProvider : ProfileProvider
Visual Basic
Public Class DNNProfileProvider
	Inherits ProfileProvider

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Security.Profile..::..ProfileProvider
    DotNetNuke.Security.Profile..::..DNNProfileProvider

See Also