C# 클래스 nHydrate.Generator.Common.Util.HashHelper

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
Encrypt ( string plainText ) : string
Hash ( string plainText ) : string
HashAlphaNumeric ( string str ) : string
HashHelper ( ) : System
HashHelper ( ServiceProviderEnum serviceProvider ) : System
HashHelper ( string serviceProviderName ) : System
Match ( string input, string hashValue ) : bool

메소드 상세

Encrypt() 공개 메소드

public Encrypt ( string plainText ) : string
plainText string
리턴 string

Hash() 공개 정적인 메소드

public static Hash ( string plainText ) : string
plainText string
리턴 string

HashAlphaNumeric() 공개 정적인 메소드

public static HashAlphaNumeric ( string str ) : string
str string
리턴 string

HashHelper() 공개 메소드

public HashHelper ( ) : System
리턴 System

HashHelper() 공개 메소드

public HashHelper ( ServiceProviderEnum serviceProvider ) : System
serviceProvider ServiceProviderEnum
리턴 System

HashHelper() 공개 메소드

public HashHelper ( string serviceProviderName ) : System
serviceProviderName string
리턴 System

Match() 공개 메소드

public Match ( string input, string hashValue ) : bool
input string
hashValue string
리턴 bool