Table of Contents

Class RsaKeyGenParams

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class RsaKeyGenParams : Algorithm
Inheritance
RsaKeyGenParams
Derived
Inherited Members

Constructors

RsaKeyGenParams()

public RsaKeyGenParams()

Fields

ModulusLength

[Value("modulusLength")]
public required ulong ModulusLength

Field Value

ulong

PublicExponent

[Value("publicExponent")]
public required Uint8Array PublicExponent

Field Value

Uint8Array