CmsContentEncrAlg Enumeration |
Content encryption algorithm.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntaxpublic enum ContentEncrAlg
Public Enumeration ContentEncrAlg
Members| Member name | Description |
|---|
| Default |
Default = AES-128 CHANGED in [v23.0] |
| Tdea |
Triple DES (TDEA, 3DES, des-ede3)
|
| Aes128 |
AES-128 (default)
|
| 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.
|
RemarksNew in [v22.0]. Supersedes CipherAlgorithm parameter.
NOTE Default algorithm is now AES-128 (changed in [v23.0])
See Also