1 type derived from DomainController
System.DirectoryServices (1)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1)
1383
public partial class GlobalCatalog : System.DirectoryServices.ActiveDirectory.
DomainController
19 references to DomainController
System.DirectoryServices (19)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (19)
1143
public System.DirectoryServices.ActiveDirectory.
DomainController
InfrastructureRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1145
public System.DirectoryServices.ActiveDirectory.
DomainController
PdcRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1146
public System.DirectoryServices.ActiveDirectory.
DomainController
RidRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1155
public System.DirectoryServices.ActiveDirectory.
DomainController
FindDomainController() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1156
public System.DirectoryServices.ActiveDirectory.
DomainController
FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1157
public System.DirectoryServices.ActiveDirectory.
DomainController
FindDomainController(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1158
public System.DirectoryServices.ActiveDirectory.
DomainController
FindDomainController(string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1215
public static System.DirectoryServices.ActiveDirectory.
DomainController
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1216
public static System.DirectoryServices.ActiveDirectory.
DomainController
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1217
public static System.DirectoryServices.ActiveDirectory.
DomainController
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1218
public static System.DirectoryServices.ActiveDirectory.
DomainController
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1221
public static System.DirectoryServices.ActiveDirectory.
DomainController
GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1237
public System.DirectoryServices.ActiveDirectory.
DomainController
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1238
public bool Contains(System.DirectoryServices.ActiveDirectory.
DomainController
domainController) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1239
public void CopyTo(System.DirectoryServices.ActiveDirectory.
DomainController
[] domainControllers, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1240
public int IndexOf(System.DirectoryServices.ActiveDirectory.
DomainController
domainController) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1263
public System.DirectoryServices.ActiveDirectory.
DomainController
NamingRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1266
public System.DirectoryServices.ActiveDirectory.
DomainController
SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1386
public System.DirectoryServices.ActiveDirectory.
DomainController
DisableGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }