6 references to ActiveDirectorySiteLinkBridge
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
841
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLinkBridge
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
842
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLinkBridge
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1497
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLinkBridge
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1498
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLinkBridge
bridge) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1499
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLinkBridge
[] bridges, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1500
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLinkBridge
bridge) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }