Enum MicrosoftDnsServerTrustPointState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a trust point.
public enum MicrosoftDnsServerTrustPointState
Fields
Active = 1The trust point is active.
DSPending = 3The trust point is pending DS.
DeletePending = 2The trust point is pending delete.
Initialized = 4The trust point is initialized.
Unknown = 0The trust point state is unknown.