Class HmacKeyGenParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HmacKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into GenerateKey(Union187, bool, List<KeyUsage>), when generating a key for the HMAC algorithm.
[ToObject]
public class HmacKeyGenParams : Algorithm
- Inheritance
-
HmacKeyGenParams
- Inherited Members
Remarks
Constructors
HmacKeyGenParams()
public HmacKeyGenParams()
Fields
Hash
[Value("hash")]
public required Unsupported Hash
Field Value
Length
[Value("length")]
public ulong Length