Enum GroupPolicyNameResolutionPolicyRuleEncryptionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the encryption type for a name resolution policy rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNameResolutionPolicyRuleEncryptionType
Fields
HighEncryption = 5High encryption AES (192, 256) will be used.
LowEncryption = 3Low encryption 3DES, AES (128, 192, 256) will be used.
MediumEncryption = 4Medium encryption AES (128, 192, 256) will be used.
NoEncryption = 2No encryption will be used.
NotSet = 1The encryption type is not configured.
Unknown = 0The encryption type is unknown.