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 = 3All names.
MultibyteUTF8 = 2Multibyte (UTF8).
NonRfcAnsi = 1Non RFC (ANSI).
StrictRfcAnsi = 0Strict RFC (ANSI).
Unknown = 4The standard is unknown.