C# 클래스 System.Security.Cryptography.RIPEMD160

상속: HashAlgorithm
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : RIPEMD160

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.

Create ( string hashName ) : RIPEMD160

Creates an instance of the specified implementation of the RIPEMD160 hash algorithm.

보호된 메소드들

메소드 설명
RIPEMD160 ( ) : System.Runtime.InteropServices

Initializes a new instance of RIPEMD160.

메소드 상세

Create() 공개 정적인 메소드

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.
public static Create ( ) : RIPEMD160
리턴 RIPEMD160

Create() 공개 정적인 메소드

Creates an instance of the specified implementation of the RIPEMD160 hash algorithm.
public static Create ( string hashName ) : RIPEMD160
hashName string The name of the specific implementation of RIPEMD160 to use.
리턴 RIPEMD160

RIPEMD160() 보호된 메소드

Initializes a new instance of RIPEMD160.
protected RIPEMD160 ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices