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