TestimoX

API Reference

Enum

TrustAttribute

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

Flags describing attributes applied to a trust relationship.

Inheritance

  • Enum
  • TrustAttribute

Values

public const TrustAttribute None #

No special attributes.

Value: 0
public const TrustAttribute NonTransitive #

Trust is non-transitive.

Value: 1
public const TrustAttribute UplevelOnly #

Trust is only valid for Windows 2000 or later domains.

Value: 2
public const TrustAttribute SidFilteringEnabled #

SID filtering is enabled.

Value: 4
public const TrustAttribute ForestTransitive #

Trust is transitive across the forest.

Value: 8
public const TrustAttribute CrossOrganization #

Trust crosses organizational boundaries.

Value: 16
public const TrustAttribute WithinForest #

Trust is between domains in the same forest.

Value: 32
public const TrustAttribute TreatAsExternal #

Trust should be treated as external.

Value: 64
public const TrustAttribute UsesRc4Encryption #

Trust uses RC4 encryption.

Value: 128
public const TrustAttribute UsesAesKeys #

Trust uses AES encryption keys.

Value: 256
public const TrustAttribute TgtDelegation #

Trust permits TGT delegation across the trust.

Value: 2048