C# 클래스 DotNetGroup.Services.Utililty.HashProvider

상속: IHashProvider
파일 보기 프로젝트 열기: sergejusb/DotNetGroup 1 사용 예제들

공개 메소드들

메소드 설명
ComputeByteHash ( string value ) : byte[]
ComputeHash ( string value ) : string
HashProvider ( ) : System
HashProvider ( HashAlgorithm hashAlgorithm ) : System

메소드 상세

ComputeByteHash() 공개 메소드

public ComputeByteHash ( string value ) : byte[]
value string
리턴 byte[]

ComputeHash() 공개 메소드

public ComputeHash ( string value ) : string
value string
리턴 string

HashProvider() 공개 메소드

public HashProvider ( ) : System
리턴 System

HashProvider() 공개 메소드

public HashProvider ( HashAlgorithm hashAlgorithm ) : System
hashAlgorithm System.Security.Cryptography.HashAlgorithm
리턴 System