Table of Contents

Class EcdsaParams

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The EcdsaParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into Sign(Union187, CryptoKey, Union224) or Verify(Union187, CryptoKey, Union224, Union224) when using the ECDSA algorithm.

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

Remarks

Constructors

EcdsaParams()

public EcdsaParams()

Fields

Hash

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

Field Value

Unsupported