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 = 1The encryption method is AES.
Auto = 2The encryption method is Auto.
Des = 3The validation method is DES.
TripleDes = 4The validation method is triple DES (3DES).
Unknown = 0The encryption method is unknown.