2 types derived from DirectoryServer
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
946
public partial class AdamInstance : System.DirectoryServices.ActiveDirectory.
DirectoryServer
1195
public partial class DomainController : System.DirectoryServices.ActiveDirectory.
DirectoryServer
22 references to DirectoryServer
System.DirectoryServices (22)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (22)
635
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
771
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
? InterSiteTopologyGenerator { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1013
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
FindDirectoryServer() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1014
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
FindDirectoryServer(bool forceRediscovery) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1015
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
FindDirectoryServer(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1016
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
FindDirectoryServer(string siteName, bool forceRediscovery) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1120
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1121
public int Add(System.DirectoryServices.ActiveDirectory.
DirectoryServer
server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1122
public void AddRange(System.DirectoryServices.ActiveDirectory.
DirectoryServer
[] servers) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1123
public bool Contains(System.DirectoryServices.ActiveDirectory.
DirectoryServer
server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1124
public void CopyTo(System.DirectoryServices.ActiveDirectory.
DirectoryServer
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1125
public int IndexOf(System.DirectoryServices.ActiveDirectory.
DirectoryServer
server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1126
public void Insert(int index, System.DirectoryServices.ActiveDirectory.
DirectoryServer
server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1133
public void Remove(System.DirectoryServices.ActiveDirectory.
DirectoryServer
server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1481
public System.DirectoryServices.ActiveDirectory.
DirectoryServer
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1482
public bool Contains(System.DirectoryServices.ActiveDirectory.
DirectoryServer
directoryServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1483
public void CopyTo(System.DirectoryServices.ActiveDirectory.
DirectoryServer
[] directoryServers, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1484
public int IndexOf(System.DirectoryServices.ActiveDirectory.
DirectoryServer
directoryServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1520
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.
DirectoryServer
sourceServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1521
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.
DirectoryServer
sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1522
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.
DirectoryServer
sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1523
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.
DirectoryServer
sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }