Table of Contents

Enum MicrosoftDnsServerNameChecking

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines which character standard is applied to DNS names.

public enum MicrosoftDnsServerNameChecking

Fields

All = 3

All names.

MultibyteUTF8 = 2

Multibyte (UTF8).

NonRfcAnsi = 1

Non RFC (ANSI).

StrictRfcAnsi = 0

Strict RFC (ANSI).

Unknown = 4

The standard is unknown.