5 references to TRUST_ATTRIBUTE_FOREST_TRANSITIVE
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1408
if ((tmpObject.TrustAttributes & (int)Interop.Advapi32.TRUST_ATTRIBUTE.
TRUST_ATTRIBUTE_FOREST_TRANSITIVE
) != 0)
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
1133
if (unmanagedTrust.TrustType == TrustHelper.TRUST_TYPE_UPLEVEL && ((unmanagedTrust.TrustAttributes & (int)Interop.Advapi32.TRUST_ATTRIBUTE.
TRUST_ATTRIBUTE_FOREST_TRANSITIVE
) != 0))
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (3)
503
tdi.TrustAttributes = Interop.Advapi32.TRUST_ATTRIBUTE.
TRUST_ATTRIBUTE_FOREST_TRANSITIVE
;
881
if ((domainInfo.TrustAttributes & Interop.Advapi32.TRUST_ATTRIBUTE.
TRUST_ATTRIBUTE_FOREST_TRANSITIVE
) == 0)
889
if ((domainInfo.TrustAttributes & Interop.Advapi32.TRUST_ATTRIBUTE.
TRUST_ATTRIBUTE_FOREST_TRANSITIVE
) != 0)