Property | Type | Description | |
---|---|---|---|
GetHashAlgorithm |
Method | Description | |
---|---|---|
CalculateHash ( byte data ) : byte[] | ||
CryptoHashProvider ( ) : System | ||
CryptoHashProvider ( string hashAlgorithm ) : System | ||
VerifyHash ( byte data, byte hash ) : bool |
Method | Description | |
---|---|---|
GetHashAlgorithm ( ) : |
public CryptoHashProvider ( string hashAlgorithm ) : System | ||
hashAlgorithm | string | |
return | System |
public VerifyHash ( byte data, byte hash ) : bool | ||
data | byte | |
hash | byte | |
return | bool |