Enum GroupPolicyNameResolutionPolicyRuleEncodingType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the encoding type for a name resolution policy rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNameResolutionPolicyRuleEncodingType
Fields
NotSet = 1The encoding type is not set.
Punycode = 4The encoding type is punycode.
UTF8 = 2The encoding type is UTF-8 without mapping.
UTF8Mapping = 3The encoding type is UTF-8 with mapping.
Unknown = 0The encoding type is unknown.