Cipher public enum Cipher Documentation Code namespace Aspera.Transfer { public enum Cipher { NONE, AES_128, AES_192, AES_256 } }