15 references to ActiveDirectorySite
System.DirectoryServices (15)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (15)
784
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
785
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
GetComputerSite() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
793
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
794
public int Add(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
796
public void AddRange(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
[] sites) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
797
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
798
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
799
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
800
public void Insert(int index, System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
806
public void Remove(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
887
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
? Site { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1489
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1490
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1491
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
[] sites, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1492
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySite
site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }