WebMatrix.WebData Namespace
The WebMatrix.WebData namespace contains classes that simplify membership and security in ASP.NET Web Pages. This namespace includes classes that help you create and delete user accounts, define roles, and manage account passwords.
Classes
Class | Description | |
---|---|---|
ExtendedMembershipProvider | Represents an abstract class that is used to extend the membership system that is provided by the MembershipProvider class. | |
FormsAuthenticationSettings | Defines key names that override default settings in the <appSettings> section of the Web.config file. | |
OAuthAccountData | Represents an OAuth or OpenID account. | |
PreApplicationStartCode | Provides a registration point for the simple membership pre-application start code. | |
SimpleMembershipProvider | Provides support for website membership tasks, such as creating accounts, deleting accounts, and managing passwords. | |
SimpleRoleProvider | Provides basic role-management functionality. | |
WebSecurity | Provides security and authentication features for ASP.NET Web Pages applications, including the ability to create user accounts, log users in and out, reset or change passwords, and perform related tasks. |
Enumerations
Enumeration | Description | |
---|---|---|
SimpleMembershipProviderCasingBehavior | Configures the behavior of SimpleMembershipProvider for the casing of user name queries. |