2 instantiations of LSA_FOREST_TRUST_INFORMATION
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (2)
235
LSA_FOREST_TRUST_INFORMATION trustInformation = new
LSA_FOREST_TRUST_INFORMATION
();
367
LSA_FOREST_TRUST_INFORMATION trustInfo = new
LSA_FOREST_TRUST_INFORMATION
();
3 references to LSA_FOREST_TRUST_INFORMATION
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (3)
235
LSA_FOREST_TRUST_INFORMATION
trustInformation = new LSA_FOREST_TRUST_INFORMATION();
238
forestInfo = Marshal.AllocHGlobal(Marshal.SizeOf<
LSA_FOREST_TRUST_INFORMATION
>());
367
LSA_FOREST_TRUST_INFORMATION
trustInfo = new LSA_FOREST_TRUST_INFORMATION();