CryptoSys PKI Pro Manual

Cms.ContentEncrAlg Enumeration

Content encryption algorithm.

Syntax

[C#]
public enum ContentEncrAlg
[VB.NET]
Public Enumeration ContentEncrAlg

Members

Member nameDescription
Default
Default = Triple DES CAUTION!
Tdea
Triple DES (TDEA, 3DES, des-ede3)
Aes128
AES-128
Aes192
AES-192
Aes256
AES-256
Aes_128_Gcm
AES-128-GCM authenticated encryption algorithm from RFC5116.
Aes_192_Gcm
AES-192-GCM authenticated encryption algorithm in the same manner as RFC5116.
Aes_256_Gcm
AES-256-GCM authenticated encryption algorithm from RFC5116.
ChaCha20_Poly1305
AEAD_CHACHA20_POLY1305 authenticated encryption algorithm from RFC8439.

Remarks

New in [v22.0]. Supersedes CipherAlgorithm parameter.

[Contents] [Index]

[PREV: Cms.ComprDataOptions Enumeration...]   [Contents]   [Index]   
   [NEXT: Cms.EnvDataOptions Enumeration...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.