프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HashValue | byte[] | ||
State | int |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
ComputeHash ( |
||
ComputeHash ( byte buffer ) : byte[] | ||
ComputeHash ( byte buffer, int offset, int count ) : byte[] | ||
Create ( ) : |
||
Create ( string hashName ) : |
||
Dispose ( ) : void | ||
Initialize ( ) : void | ||
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HashAlgorithm ( ) : System.IO | ||
HashCore ( byte array, int ibStart, int cbSize ) : void | ||
HashFinal ( ) : byte[] |
메소드 | 설명 | |
---|---|---|
CaptureHashCodeAndReinitialize ( ) : byte[] | ||
ValidateTransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void |
public ComputeHash ( |
||
inputStream | ||
리턴 | byte[] |
public ComputeHash ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | byte[] |
public static Create ( string hashName ) : |
||
hashName | string | |
리턴 |
protected abstract HashCore ( byte array, int ibStart, int cbSize ) : void | ||
array | byte | |
ibStart | int | |
cbSize | int | |
리턴 | void |
public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
outputBuffer | byte | |
outputOffset | int | |
리턴 | int |
public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
리턴 | byte[] |