Property | Type | Description | |
---|---|---|---|
_hashAlgorithm | |||
_sHashAlgorithm | string |
Method | Description | |
---|---|---|
Hash ( ) : byte[] |
Performs the hashing operation. The data is applied to the hash algorithm as they come in dataProviders.
|
|
Hash ( byte buffer, int index ) : void |
Performs the hashing operation. The data is applied to the hash algorithm as they come in dataProviders.
|
|
HashProvider ( ) : System | ||
HashProvider ( string hashAlgorithm ) : System |
public Hash ( byte buffer, int index ) : void | ||
buffer | byte | |
index | int | |
return | void |
public HashProvider ( string hashAlgorithm ) : System | ||
hashAlgorithm | string | |
return | System |
protected HashAlgorithm,System.Security.Cryptography _hashAlgorithm | ||
return |