Table of Contents

Class HmacImportParams

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HmacImportParams dictionary of the Web Crypto API represents the object that should be passed when importing, unwrapping, or deriving a key for the HMAC algorithm, as:

[ToObject]
public class HmacImportParams : Algorithm
Inheritance
HmacImportParams
Inherited Members

Remarks

Constructors

HmacImportParams()

public HmacImportParams()

Fields

Hash

[Value("hash")]
public required Unsupported Hash

Field Value

Unsupported

Length

[Value("length")]
public ulong Length

Field Value

ulong