Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Membership provider

Return to previous page

  • 4/7/2015
  • 8849 Views

Comments

8849 Views

Membership provider

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 
Following excerpt from the Microsoft documentation on membership providers.

ASP.NET membership gives you a built-in way to validate and store user credentials. ASP.NET membership therefore helps you manage user authentication in your Web sites. You can use ASP.NET membership with ASP.NET forms authentication by using with the ASP.NET login controls to create a complete system for authenticating users.

ASP.NET membership supports facilities for:

  • Creating new users and passwords.
  • Storing membership information (user names, passwords, and supporting data) in Microsoft SQL Server, Active Directory, or an alternative data store.
  • Authenticating users who visit your site. You can authenticate users programmatically, or you can use the ASP.NET login controls to create a complete authentication system that requires little or no code.
  • Managing passwords, which includes creating, changing, and resetting them . Depending on membership options you choose, the membership system can also provide an automated password-reset system that takes a user-supplied question and response.
  • Exposing a unique identification for authenticated users that you can use in your own applications and that also integrates with the ASP.NET personalization and role-management (authorization) systems.
  • Specifying a custom membership provider, which allows you to substitute your own code to manage membership and maintain membership data in a custom data store

DotNetNuke uses a membership provider which is heavily based on the asp.net equivalent, but extends and alters it to support some additional functionality and be aware of DotNetNuke concepts such as portal isolation.You can read about the enhancements made from the asp.net provider here.

References

Contents
No sections defined
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out