8 references to LSA_FOREST_TRUST_RECORD_TYPE
System.DirectoryServices (8)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (7)
130record.ForestTrustType = LSA_FOREST_TRUST_RECORD_TYPE.ForestTrustTopLevelName; 151record.ForestTrustType = LSA_FOREST_TRUST_RECORD_TYPE.ForestTrustTopLevelNameEx; 180record.ForestTrustType = LSA_FOREST_TRUST_RECORD_TYPE.ForestTrustDomainInfo; 214record.ForestTrustType = (LSA_FOREST_TRUST_RECORD_TYPE)_binaryRecordType[i]!; 378if (record.ForestTrustType == LSA_FOREST_TRUST_RECORD_TYPE.ForestTrustTopLevelName) 385else if (record.ForestTrustType == LSA_FOREST_TRUST_RECORD_TYPE.ForestTrustTopLevelNameEx) 394else if (record.ForestTrustType == LSA_FOREST_TRUST_RECORD_TYPE.ForestTrustDomainInfo)
System\DirectoryServices\ActiveDirectory\UnsafeNativeMethods.cs (1)
369public LSA_FOREST_TRUST_RECORD_TYPE ForestTrustType;