Class TrustDirection (1.9.2)

TrustDirection(value)

Represents the direction of trust. See System.DirectoryServices.ActiveDirectory.TrustDirection <https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectory.trustdirection?view=netframework-4.7.2>__ for more information.

Values: TRUST_DIRECTION_UNSPECIFIED (0): Not set. INBOUND (1): The inbound direction represents the trusting side. OUTBOUND (2): The outboud direction represents the trusted side. BIDIRECTIONAL (3): The bidirectional direction represents the trusted / trusting side.