C# 클래스 CryptographicHash, weekly-algorithms

상속: IStringHash
파일 보기 프로젝트 열기: xamarin/weekly-algorithms 1 사용 예제들

공개 메소드들

메소드 설명
CryptographicHash ( HashAlgorithm _ha ) : System
Hash ( string input ) : UInt32

메소드 상세

CryptographicHash() 공개 메소드

public CryptographicHash ( HashAlgorithm _ha ) : System
_ha HashAlgorithm
리턴 System

Hash() 공개 메소드

public Hash ( string input ) : UInt32
input string
리턴 System.UInt32