Hkdf..::..DeriveKey Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
DeriveKey(HashAlgorithmName, array<Byte>[]()[][], Int32, array<Nullable<(Of <<'(Byte>)>>)>[]()[][], array<Nullable<(Of <<'(Byte>)>>)>[]()[][]) |
Derives the output keying material of the desired length from the input key material using the optional salt and context information.
|
![]() ![]() |
DeriveKey(HashAlgorithmName, ReadOnlySpan<(Of <<'(Byte>)>>), Span<(Of <<'(Byte>)>>), ReadOnlySpan<(Of <<'(Byte>)>>), ReadOnlySpan<(Of <<'(Byte>)>>)) |
Derives the output keying material of the desired length from the input key material using the provided salt and context information.
|