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 = 1The trust type is child.
External = 2The trust type is external.
Forest = 3The trust type is forest.
Parent = 4The trust type is parent.
Realm = 5The trust type is a Kerberos realm.
Shortcut = 6The trust type is shortcut.
TreeRoot = 7The trust type is tree root.
Unknown = 0The trust type is unknown.
WindowsNT = 8The trust type is Windows NT.