10 writes to TrustType
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\Domain.cs (10)
1302
obj.
TrustType
= TrustType.Unknown;
1343
obj.
TrustType
= (TrustType)7;
1348
obj.
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;
4 references to TrustType
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1363
if (tmpObject.
TrustType
== TrustType.Kerberos)
System\DirectoryServices\ActiveDirectory\TrustRelationshipInformation.cs (1)
51
this.type = obj.
TrustType
;
System\DirectoryServices\ActiveDirectory\TrustRelationshipInformationCollection.cs (2)
18
if ((obj.
TrustType
== TrustType.Forest) || ((int)obj.
TrustType
== 7))