C# 클래스 DotNetStandard.HashGenerators.HashGenerator

파일 보기 프로젝트 열기: Skookum/dotnetstandard

공개 메소드들

메소드 설명
GetBCryptHash ( string text ) : string
GetHash ( string text ) : string
GetMd5Hash ( string input ) : string
GetRandomHash ( ) : string
StringHash ( int length, string allowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" ) : string

메소드 상세

GetBCryptHash() 공개 정적인 메소드

public static GetBCryptHash ( string text ) : string
text string
리턴 string

GetHash() 공개 정적인 메소드

public static GetHash ( string text ) : string
text string
리턴 string

GetMd5Hash() 공개 정적인 메소드

public static GetMd5Hash ( string input ) : string
input string
리턴 string

GetRandomHash() 공개 정적인 메소드

public static GetRandomHash ( ) : string
리턴 string

StringHash() 공개 정적인 메소드

public static StringHash ( int length, string allowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" ) : string
length int
allowedChars string
리턴 string