Свойство | Type | Description | |
---|---|---|---|
GetHashAlgorithm |
Méthode | Description | |
---|---|---|
CalculateHash ( byte data ) : byte[] | ||
CryptoHashProvider ( ) : System | ||
CryptoHashProvider ( string hashAlgorithm ) : System | ||
VerifyHash ( byte data, byte hash ) : bool |
Méthode | Description | |
---|---|---|
GetHashAlgorithm ( ) : |
public CalculateHash ( byte data ) : byte[] | ||
data | byte | |
Résultat | byte[] |
public CryptoHashProvider ( string hashAlgorithm ) : System | ||
hashAlgorithm | string | |
Résultat | System |
public VerifyHash ( byte data, byte hash ) : bool | ||
data | byte | |
hash | byte | |
Résultat | bool |