1 type derived from TrustRelationshipInformation
System.DirectoryServices (1)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1)
1375public 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)
1166public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation GetTrustRelationship(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1779public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1780public bool Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1781public void CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1782public int IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }