TestimoX

API Reference

Enum

TrustKind

Namespace ADPlayground.Trusts
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Derived, AD-centric classification of trust relationships for UX parity with ADE.

Inheritance

  • Enum
  • TrustKind

Values

public const TrustKind Unknown #

Trust type could not be determined.

Value: 0
public const TrustKind Forest #

Forest trust.

Value: 1
public const TrustKind External #

External trust.

Value: 2
public const TrustKind ParentChild #

Parent-child trust within the same forest.

Value: 3
public const TrustKind TreeRoot #

Tree-root trust within the same forest.

Value: 4
public const TrustKind Shortcut #

Shortcut trust.

Value: 5