Class EcKeyImportParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The EcKeyImportParams 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 any elliptic-curve-based key pair: that is, when the algorithm is identified as either of ECDSA or ECDH.
[ToObject]
public class EcKeyImportParams : Algorithm
- Inheritance
-
EcKeyImportParams
- Inherited Members
Remarks
-ImportKey(KeyFormat, Union188, Union187, bool, List<KeyUsage>).
-UnwrapKey(KeyFormat, Union224, CryptoKey, Union187, Union187, bool, List<KeyUsage>).
Constructors
EcKeyImportParams()
public EcKeyImportParams()
Fields
NamedCurve
[Value("namedCurve")]
public required string NamedCurve