C# 클래스 NuGetGallery.Authentication.AuthenticationServiceFacts

파일 보기 프로젝트 열기: NuGet/NuGetGallery

공개 메소드들

메소드 설명
VerifyPasswordHash ( string hash, string algorithm, string password ) : bool

메소드 상세

VerifyPasswordHash() 공개 정적인 메소드

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