4 references to ForestTrustDomainInformation
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1338public System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1339public bool Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1340public void CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1341public int IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }