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