Enum AESCipher
AES cipher.
Namespace: VisioForge.Core.Types.X.Special
Assembly: VisioForge.Core.dll
Syntax
public enum AESCipher
Fields
Name | Description |
---|---|
AES_128 | AES 128 bit cipher key using CBC method. |
AES_256 | AES 256 bit cipher key using CBC method. |