7 references to GlobalCatalogCollection
System.DirectoryServices (7)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (7)
1261
public System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
GlobalCatalogs { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1274
public System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
FindAllDiscoverableGlobalCatalogs() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1275
public System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
FindAllDiscoverableGlobalCatalogs(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1276
public System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
FindAllGlobalCatalogs() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1277
public System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
FindAllGlobalCatalogs(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1388
public static new System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1389
public static new System.DirectoryServices.ActiveDirectory.
GlobalCatalogCollection
FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }