Property | Type | Description | |
---|---|---|---|
HashAlgorithm |
Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes or re-initializes an instance.
|
|
Process ( byte Buffer, int offset, int count ) : |
Computes the hash value for the specified region of the specified byte array
|
|
TransformFinal ( ) : |
Terminates a part processing session and returns the result.
|
Method | Description | |
---|---|---|
CryptoProviderDigest ( ) : System |
Default constructor.
|
|
CryptoProviderDigest ( |
Initializes an instance of the hash provider with the specified implementation.
|
protected CryptoProviderDigest ( |
||
HashAlgorithm | ||
return | System |
public Process ( byte Buffer, int offset, int count ) : |
||
Buffer | byte | The input to compute the hash code for. |
offset | int | The offset into the byte array from which to begin using data. |
count | int | The number of bytes in the array to use as data. |
return |