Hkdf..::..DeriveKey Method

Overload List


  Name Description
Public method Static member 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.
Public method Static member 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.