ASPNETDB Database

Procedure: aspnet_Membership_GetPasswordWithFormat

Description

Gets the specified user's password from the database. Used by the provider to retrieve passwords for performing password comparisons (for example, when ValidateUser needs to validate a password).

Parameters

Name  Type  Direction 
@ApplicationName  nvarchar  Input 
@UserName  nvarchar  Input 
@UpdateLastLoginActivityDate  bit  Input 
@CurrentTimeUtc  datetime  Input 


ASP.NET 2.0 Provider Database