4 writes to ForestTrustType
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (4)
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]!;
4 references to ForestTrustType
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (4)
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)
413
tmpBinaryRecordType.Add((int)record.
ForestTrustType
);