C# 클래스 NCore.Cryptography.HashServiceBase

상속: IHashService
파일 보기 프로젝트 열기: danielwertheim/NCore

보호된 프로퍼티들

프로퍼티 타입 설명
Encoding System.Text.Encoding

공개 메소드들

메소드 설명
GenerateHash ( string value ) : string

보호된 메소드들

메소드 설명
HashBytesToString ( byte hash ) : string

메소드 상세

GenerateHash() 공개 추상적인 메소드

public abstract GenerateHash ( string value ) : string
value string
리턴 string

HashBytesToString() 보호된 메소드

protected HashBytesToString ( byte hash ) : string
hash byte
리턴 string

프로퍼티 상세

Encoding 보호되어 있는 프로퍼티

protected Encoding,System.Text Encoding
리턴 System.Text.Encoding