CryptoSys PKI Pro Manual

AeadAlgorithm Enumeration

Authenticated encryption algorithm.

Syntax

[C#]
public enum AeadAlgorithm
[VB]
Public Enumeration AeadAlgorithm

Members

Member nameDescription
Aes_128_Gcm Use the AEAD_AES_128_GCM authenticated encryption algorithm from [RFC5116].
Aes_192_Gcm Use the AES-192-GCM authenticated encryption algorithm in the same manner as [RFC5116].
Aes_256_Gcm Use the AEAD_AES_256_GCM authenticated encryption algorithm from [RFC5116].
ChaCha20_Poly1305 Use the AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from [RFC8439].

[Contents] [Index]

[PREV: Enumerations in .NET...]   [Contents]   [Index]   
   [NEXT: Asn1.Options Enumeration...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.