WebSecurity
EnableSimpleMembershipKey
CurrentUserId
CurrentUserName
HasUserId
Initialized
IsAuthenticated
ChangePassword(String, String, String)
ConfirmAccount(String)
ConfirmAccount(String, String)
CreateAccount(String, String, Boolean)
CreateUserAndAccount(String, String, Object, Boolean)
GeneratePasswordResetToken(String, Int32)
GetCreateDate(String)
GetLastPasswordFailureDate(String)
GetPasswordChangedDate(String)
GetPasswordFailuresSinceLastSuccess(String)
GetUserId(String)
GetUserIdFromPasswordResetToken(String)
InitializeDatabaseConnection(String, String, String, String, Boolean)
InitializeDatabaseConnection(String, String, String, String, Boolean, SimpleMembershipProviderCasingBehavior)
InitializeDatabaseConnection(String, String, String, String, String, Boolean)
InitializeDatabaseConnection(String, String, String, String, String, Boolean, SimpleMembershipProviderCasingBehavior)
IsAccountLockedOut(String, Int32, Int32)
IsAccountLockedOut(String, Int32, TimeSpan)
IsConfirmed(String)
IsCurrentUser(String)
Login(String, String, Boolean)
Logout()
RequireAuthenticatedUser()
RequireRoles(String[])
RequireUser(Int32)
RequireUser(String)
ResetPassword(String, String)
UserExists(String)
net46
namespace WebMatrix.WebData
{
public static class WebSecurity
{
public static bool IsAccountLockedOut(string userName, int allowedPasswordAttempts, int intervalInSeconds);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net46 | |
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