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 | |
---|---|---|
![]() |
DefaultMembershipProvider | Represents an Entity Framework implementation of the membership provider. |
![]() |
DefaultProfileProvider | Represents the implemented ProfileProvider using EntityFramework. |
![]() |
DefaultRoleProvider | Represents the implemented role provider using EntityFramework. |
![]() |
DefaultSessionStateProvider | Provides a default implementation of SessionStateProvider using EntityFramework. |
Return to top