Enum MicrosoftDnsServerTrustAnchorState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a trust anchor.
public enum MicrosoftDnsServerTrustAnchorState
Fields
AddPending = 4The state is add pending.
DSInvalid = 3The state is DS invalid.
DSPending = 2The state is DS pending.
Deleted = 8The state is deleted.
Initialized = 1The state is initialized.
Missing = 6The state is missing.
Revoked = 7The state is revoked.
Unknown = 0The state is unknown.
Valid = 5The state is valid.