Table of Contents

Enum ActiveDirectoryTrustType

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

The type of an Active Directory trust.

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

Fields

Child = 1

The trust type is child.

External = 2

The trust type is external.

Forest = 3

The trust type is forest.

Parent = 4

The trust type is parent.

Realm = 5

The trust type is a Kerberos realm.

Shortcut = 6

The trust type is shortcut.

TreeRoot = 7

The trust type is tree root.

Unknown = 0

The trust type is unknown.

WindowsNT = 8

The trust type is Windows NT.