C# Class NuGetGallery.Authentication.AuthenticationServiceFacts

Exibir arquivo Open project: NuGet/NuGetGallery

Public Methods

Method Description
VerifyPasswordHash ( string hash, string algorithm, string password ) : bool

Method Details

VerifyPasswordHash() public static method

public static VerifyPasswordHash ( string hash, string algorithm, string password ) : bool
hash string
algorithm string
password string
return bool