Class AesDerivedKeyParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The AesDerivedKeyParams dictionary of the Web Crypto API represents the object that should be passed as the derivedKeyType parameter into DeriveKey(Union187, CryptoKey, Union187, bool, List<KeyUsage>), when deriving 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 AesDerivedKeyParams : Algorithm
- Inheritance
-
AesDerivedKeyParams
- Inherited Members
Remarks
Constructors
AesDerivedKeyParams()
public AesDerivedKeyParams()
Fields
Length
[Value("length")]
public required ushort Length