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 = 4
The state is add pending.
DSInvalid = 3
The state is DS invalid.
DSPending = 2
The state is DS pending.
Deleted = 8
The state is deleted.
Initialized = 1
The state is initialized.
Missing = 6
The state is missing.
Revoked = 7
The state is revoked.
Unknown = 0
The state is unknown.
Valid = 5
The state is valid.