Hkdf..::..Extract Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Extract(HashAlgorithmName, array<Byte>[]()[][], array<Nullable<(Of <<'(Byte>)>>)>[]()[][]) |
Extracts a pseudorandom key from the provided input key material using an optional salt value.
|
![]() ![]() |
Extract(HashAlgorithmName, ReadOnlySpan<(Of <<'(Byte>)>>), ReadOnlySpan<(Of <<'(Byte>)>>), Span<(Of <<'(Byte>)>>)) |
Extracts a pseudorandom key from the provided input key material using the specified salt value.
|