Enum MicrosoftDnsServerZoneDenialOfExistenceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the denial of existence type used by the DNS server to provide signed proof of an unregistered name in the DNS database.
public enum MicrosoftDnsServerZoneDenialOfExistenceType
Fields
NSec = 1The denial of existence type is NSEC.
NSec3 = 2The denial of existence type is NSEC3.
Unknown = 0The denial of existence type is unknown.