Hkdf..::..Extract Method (HashAlgorithmName, array<Byte>[]()[][], array<Nullable<(Of <(<'Byte>)>)>>[]()[][])
Extracts a pseudorandom key from the provided input key material using an optional salt value.
Namespace:
SecretNET.CryptoAssembly: SecretNET (in SecretNET.dll)
Syntax
Parameters
- hashAlgorithmName
- Type: HashAlgorithmName
The hash algorithm to be used by the HMAC primitive. Supported hash functions: MD5, SHA1, SHA256, SHA384, SHA512.
- ikm
- Type: array<Byte>[]()[][]
The input key material.