Table of Contents

Enum AesSize

Namespace
Cuemon.Security.Cryptography
Assembly
Cuemon.Security.Cryptography.dll

Specifies the size of the Advanced Encryption Standard (AES) symmetric algorithm.

public enum AesSize

Fields

Aes128 = 0

The Advanced Encryption Standard (AES) symmetric algorithm with a 128 bit key.

Aes192 = 1

The Advanced Encryption Standard (AES) symmetric algorithm with a 192 bit key.

Aes256 = 2

The Advanced Encryption Standard (AES) symmetric algorithm with a 256 bit key.