C# 클래스 TokenAuthentication.Services.CryptoServiceExtensions

파일 보기 프로젝트 열기: bytefish/NancyOwinExample

공개 메소드들

메소드 설명
ComputeHash ( this cryptoService, string data, string salt ) : string
CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void

메소드 상세

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( this cryptoService, string data, string salt ) : string
cryptoService this
data string
salt string
리턴 string

CreateHash() 공개 정적인 메소드

public static CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void
cryptoService this
data string
hash string
salt string
리턴 void