System.Web.Providers Namespace

 

The System.Web.Providers namespace contains classes and interfaces related to managing users and roles for web providers.

Classes

Class Description
System_CAPS_pubclass DefaultMembershipProvider

Represents an Entity Framework implementation of the membership provider.

System_CAPS_pubclass DefaultProfileProvider

Represents the implemented ProfileProvider using EntityFramework.

System_CAPS_pubclass DefaultRoleProvider

Represents the implemented role provider using EntityFramework.

System_CAPS_pubclass DefaultSessionStateProvider

Provides a default implementation of SessionStateProvider using EntityFramework.

Return to top