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