Enum IisMachineKeyEncryptionMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The machine key encryption method.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisMachineKeyEncryptionMethod
Fields
Aes = 1
The encryption method is AES.
Auto = 2
The encryption method is Auto.
Des = 3
The validation method is DES.
TripleDes = 4
The validation method is triple DES (3DES).
Unknown = 0
The encryption method is unknown.