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 = 5
High encryption AES (192, 256) will be used.
LowEncryption = 3
Low encryption 3DES, AES (128, 192, 256) will be used.
MediumEncryption = 4
Medium encryption AES (128, 192, 256) will be used.
NoEncryption = 2
No encryption will be used.
NotSet = 1
The encryption type is not configured.
Unknown = 0
The encryption type is unknown.