Table of Contents

Enum ActiveDirectoryTrustDirection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The direction of an Active Directory trust.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryTrustDirection

Fields

BiDirectional = 1

The trust is bidirectional.

Disabled = 2

The trust is disabled.

Inbound = 3

The trust is inbound.

Outbound = 4

The trust is outbound.

Unknown = 0

The direction is unknown.