Table of Contents

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 = 1

The encoding type is not set.

Punycode = 4

The encoding type is punycode.

UTF8 = 2

The encoding type is UTF-8 without mapping.

UTF8Mapping = 3

The encoding type is UTF-8 with mapping.

Unknown = 0

The encoding type is unknown.