Table of Contents

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 = 1

The trust point is active.

DSPending = 3

The trust point is pending DS.

DeletePending = 2

The trust point is pending delete.

Initialized = 4

The trust point is initialized.

Unknown = 0

The trust point state is unknown.