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