Table of Contents

Class AesKeyGenParams

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The AesKeyGenParams 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 an AES key: that is, when the algorithm is identified as any of AES-CBC, AES-CTR, AES-GCM, or AES-KW.

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

Remarks

Constructors

AesKeyGenParams()

public AesKeyGenParams()

Fields

Length

[Value("length")]
public required ushort Length

Field Value

ushort