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.
Enums |
|
|---|---|
| Name | Description |
TRUST_DIRECTION_UNSPECIFIED |
Not set. |
INBOUND |
The inbound direction represents the trusting side. |
OUTBOUND |
The outboud direction represents the trusted side. |
BIDIRECTIONAL |
The bidirectional direction represents the trusted / trusting side. |