Table of Contents

Class RsaKeyAlgorithm

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

Constructors

RsaKeyAlgorithm()

public RsaKeyAlgorithm()

Fields

ModulusLength

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

Field Value

ulong

PublicExponent

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

Field Value

Uint8Array