Class HkdfParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HkdfParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into DeriveKey(Union187, CryptoKey, Union187, bool, List<KeyUsage>), when using the HKDF algorithm.
[ToObject]
public class HkdfParams : Algorithm
- Inheritance
-
HkdfParams
- Inherited Members
Remarks
Constructors
HkdfParams()
public HkdfParams()
Fields
Hash
[Value("hash")]
public required Unsupported Hash
Field Value
Info
[Value("info")]
public required Union224 Info
Field Value
Salt
[Value("salt")]
public required Union224 Salt