10 writes to TrustType
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\Domain.cs (10)
1302obj.TrustType = TrustType.Unknown; 1343obj.TrustType = (TrustType)7; 1348obj.TrustType = TrustType.Kerberos; 1369tmpObject.TrustType = TrustType.ParentChild; 1378tmpObject.TrustType = TrustType.ParentChild; 1392tmpObject.TrustType = TrustType.TreeRoot; 1396tmpObject.TrustType = TrustType.CrossLink; 1401tmpObject.TrustType = TrustType.CrossLink; 1411tmpObject.TrustType = TrustType.Forest; 1415tmpObject.TrustType = TrustType.External;
4 references to TrustType
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
1363if (tmpObject.TrustType == TrustType.Kerberos)
System\DirectoryServices\ActiveDirectory\TrustRelationshipInformation.cs (1)
51this.type = obj.TrustType;
System\DirectoryServices\ActiveDirectory\TrustRelationshipInformationCollection.cs (2)
18if ((obj.TrustType == TrustType.Forest) || ((int)obj.TrustType == 7))