11.23 what is ibeammdaamembershipprovider? How to use it?

Source: Internet
Author: User

IbeammdaamembershipproviderIs defined as follows:

Public Class Ibeammdaamembershipprovider:Membershipprovider

 

MembershipproviderIs defined as follows:

//Summary:

//DefinitionASP. NETTo use custom membershipProgramAgreements implemented by providing Membership Services

Public Abstract Class Membershipprovider:Providerbase

 

From this we can see that, Ibeammdaamembershipprovider Yes Ibeammdaa To create Asp.net Custom provider programs created by user Members, which can be used with existing Asp.net Integration and reuse of user management and authentication . Net Provides infrastructure to improve development efficiency and reduce application complexity.

IbeammdaamembershipproviderInAsp.netOrAsp.net MVCThe configuration example in the application is as follows:

<Membership Defaultprovider="Ibeammdaamembershipprovider">

<Providers>

<Clear/>

<Add Name="Ibeammdaamembershipprovider"

type = " ibeam. mdaa. ibeammdaamembershipprovider, ibeammdaacommon, version = 1.0.0.0, culture = neutral "

Enablepasswordretrieval="False"

Enablepasswordreset="True"

Requiresquestionandanswer="False"

Requiresuniqueemail="False"

Passwordformat="Clear"

Maxinvalidpasswordattempts="5"

Minrequiredpasswordlength="6"

Minrequirednonalphanumericcharacters="0"

Passwordattemptwindow="10"

Passwordstrengthregularexpression=""

Applicationname="/"/>

</Providers>

</Membership>

 

For details, seeAsp.netRelated documents.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.