15 references to GlobalCatalog
System.DirectoryServices (15)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (15)
1211
public virtual System.DirectoryServices.ActiveDirectory.
GlobalCatalog
EnableGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1278
public System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1279
public System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1280
public System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindGlobalCatalog(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1281
public System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindGlobalCatalog(string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1387
public override System.DirectoryServices.ActiveDirectory.
GlobalCatalog
EnableGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1391
public static new System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1392
public static new System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1393
public static new System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1394
public static new System.DirectoryServices.ActiveDirectory.
GlobalCatalog
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1396
public static System.DirectoryServices.ActiveDirectory.
GlobalCatalog
GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1402
public System.DirectoryServices.ActiveDirectory.
GlobalCatalog
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1403
public bool Contains(System.DirectoryServices.ActiveDirectory.
GlobalCatalog
globalCatalog) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1404
public void CopyTo(System.DirectoryServices.ActiveDirectory.
GlobalCatalog
[] globalCatalogs, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1405
public int IndexOf(System.DirectoryServices.ActiveDirectory.
GlobalCatalog
globalCatalog) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }