Table of Contents

Class RsaHashedImportParams

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The RsaHashedImportParams 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 importing any RSA-based key pair: that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.

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

Remarks

Constructors

RsaHashedImportParams()

public RsaHashedImportParams()

Fields

Hash

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

Field Value

Unsupported