ASPNETDB Database

Procedure: aspnet_Membership_GetPassword

Description

Gets the specified user's password data from the database. Used for retrieving passwords with a user-supplied password answer.

Parameters

Name  Type  Direction 
@ApplicationName  nvarchar  Input 
@UserName  nvarchar  Input 
@MaxInvalidPasswordAttempts  int  Input 
@PasswordAttemptWindow  int  Input 
@CurrentTimeUtc  datetime  Input 
@PasswordAnswer  nvarchar  Input 


ASP.NET 2.0 Provider Database