Table of Contents

Class RsaHashedKeyGenParams

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The RsaHashedKeyGenParams 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 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 RsaHashedKeyGenParams : RsaKeyGenParams
Inheritance
RsaHashedKeyGenParams
Inherited Members

Remarks

Constructors

RsaHashedKeyGenParams()

public RsaHashedKeyGenParams()

Fields

Hash

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

Field Value

Unsupported