17 references to TrustType
System.DirectoryServices (17)
System\DirectoryServices\ActiveDirectory\Domain.cs (11)
1302
obj.TrustType =
TrustType
.Unknown;
1343
obj.TrustType = (
TrustType
)7;
1348
obj.TrustType =
TrustType
.Kerberos;
1363
if (tmpObject.TrustType ==
TrustType
.Kerberos)
1369
tmpObject.TrustType =
TrustType
.ParentChild;
1378
tmpObject.TrustType =
TrustType
.ParentChild;
1392
tmpObject.TrustType =
TrustType
.TreeRoot;
1396
tmpObject.TrustType =
TrustType
.CrossLink;
1401
tmpObject.TrustType =
TrustType
.CrossLink;
1411
tmpObject.TrustType =
TrustType
.Forest;
1415
tmpObject.TrustType =
TrustType
.External;
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
1139
TrustRelationshipInformation trust = new ForestTrustRelationshipInformation(_context, Name, unmanagedTrust,
TrustType
.Forest);
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (1)
22
internal ForestTrustRelationshipInformation(DirectoryContext context, string source, Interop.Netapi32.DS_DOMAIN_TRUSTS unmanagedTrust,
TrustType
type)
System\DirectoryServices\ActiveDirectory\TrustRelationshipInformation.cs (2)
28
internal
TrustType
type;
58
public
TrustType
TrustType => type;
System\DirectoryServices\ActiveDirectory\TrustRelationshipInformationCollection.cs (1)
18
if ((obj.TrustType ==
TrustType
.Forest) || ((int)obj.TrustType == 7))
System\DirectoryServices\ActiveDirectory\UnsafeNativeMethods.cs (1)
351
public
TrustType
TrustType;