BouncyCastleCryptoProviderCreateDataHasher Method
|
Get data hasher.
Namespace:
Guardtime.KSI.Crypto.BouncyCastle
Assembly:
ksi-net-api-crypto-bouncycastle (in ksi-net-api-crypto-bouncycastle.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IDataHasher CreateDataHasher(
HashAlgorithm algorithm
)
Public Function CreateDataHasher (
algorithm As HashAlgorithm
) As IDataHasher
public:
virtual IDataHasher^ CreateDataHasher(
HashAlgorithm^ algorithm
) sealed
abstract CreateDataHasher :
algorithm : HashAlgorithm -> IDataHasher
override CreateDataHasher :
algorithm : HashAlgorithm -> IDataHasher
Parameters
- algorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
Return Value
Type:
IDataHasherImplements
ICryptoProviderCreateDataHasher(HashAlgorithm)
See Also