PasswordHasher.VerifyHashedPassword Method

public bool VerifyHashedPassword( 
string hashedPassword
string password 
)
This language is not supported or no code example is available.
public:  
bool VerifyHashedPassword( 
String^ hashedPassword
String^ password 
)
This language is not supported or no code example is available.
public function VerifyHashedPassword( 
hashedPassword : String
password : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

hashedPassword
string

password
string

Return Value

bool

In this article

Definition