Enum MicrosoftDnsServerSigningKeyType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of DNS server signing key.
public enum MicrosoftDnsServerSigningKeyType
Fields
KeySigningKey = 1The key is a key signing key.
Unknown = 0The key type is unknown.
ZoneSigningKey = 2The key is a zone signing key.