1 type derived from TrustRelationshipInformation
System.DirectoryServices (1)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1)
1375
public partial class ForestTrustRelationshipInformation : System.DirectoryServices.ActiveDirectory.
TrustRelationshipInformation
5 references to TrustRelationshipInformation
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
1166
public System.DirectoryServices.ActiveDirectory.
TrustRelationshipInformation
GetTrustRelationship(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1779
public System.DirectoryServices.ActiveDirectory.
TrustRelationshipInformation
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1780
public bool Contains(System.DirectoryServices.ActiveDirectory.
TrustRelationshipInformation
information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1781
public void CopyTo(System.DirectoryServices.ActiveDirectory.
TrustRelationshipInformation
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1782
public int IndexOf(System.DirectoryServices.ActiveDirectory.
TrustRelationshipInformation
information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }