Table of Contents

Class AesGcmParams

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

Remarks

Constructors

AesGcmParams()

public AesGcmParams()

Fields

AdditionalData

[Value("additionalData")]
public Union224 AdditionalData

Field Value

Union224

Iv

[Value("iv")]
public required Union224 Iv

Field Value

Union224

TagLength

[Value("tagLength")]
public byte TagLength

Field Value

byte