9 references to ActiveDirectorySubnet
System.DirectoryServices (9)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (9)
891
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
899
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
900
public int Add(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
902
public void AddRange(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
[] subnets) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
903
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
904
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
905
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
906
public void Insert(int index, System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
913
public void Remove(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySubnet
subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }