SimpleMembershipProvider
SimpleMembershipProvider()
SimpleMembershipProvider(MembershipProvider)
ApplicationName
CasingBehavior
EnablePasswordReset
EnablePasswordRetrieval
MaxInvalidPasswordAttempts
MinRequiredNonAlphanumericCharacters
MinRequiredPasswordLength
PasswordAttemptWindow
PasswordFormat
PasswordStrengthRegularExpression
RequiresQuestionAndAnswer
RequiresUniqueEmail
UserIdColumn
UserNameColumn
UserTableName
ChangePassword(String, String, String)
ChangePasswordQuestionAndAnswer(String, String, String, String)
ConfirmAccount(String)
ConfirmAccount(String, String)
CreateAccount(String, String, Boolean)
CreateOrUpdateOAuthAccount(String, String, String)
CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus)
CreateUserAndAccount(String, String, Boolean, IDictionary<String, Object>)
DeleteAccount(String)
DeleteOAuthAccount(String, String)
DeleteOAuthToken(String)
DeleteUser(String, Boolean)
FindUsersByEmail(String, Int32, Int32, Int32)
FindUsersByName(String, Int32, Int32, Int32)
GeneratePasswordResetToken(String, Int32)
GetAccountsForUser(String)
GetAllUsers(Int32, Int32, Int32)
GetCreateDate(String)
GetLastPasswordFailureDate(String)
GetNumberOfUsersOnline()
GetOAuthTokenSecret(String)
GetPassword(String, String)
GetPasswordChangedDate(String)
GetPasswordFailuresSinceLastSuccess(String)
GetUser(Object, Boolean)
GetUser(String, Boolean)
GetUserId(String)
GetUserIdFromOAuth(String, String)
GetUserIdFromPasswordResetToken(String)
GetUserNameByEmail(String)
GetUserNameFromId(Int32)
HasLocalAccount(Int32)
Initialize(String, NameValueCollection)
IsConfirmed(String)
ReplaceOAuthRequestTokenWithAccessToken(String, String, String)
ResetPassword(String, String)
ResetPasswordWithToken(String, String)
StoreOAuthRequestToken(String, String)
UnlockUser(String)
UpdateUser(MembershipUser)
ValidateUser(String, String)
net462
namespace WebMatrix.WebData
{
public class SimpleMembershipProvider : ExtendedMembershipProvider
{
public override bool DeleteAccount(string userName);
}
}
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net462 | |
Assembly | WebMatrix.WebData , Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNet.WebPages.WebData (3.3.0) net45 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API