Click or drag to resize

INetworkAdapterConfigurationInfoIpFilterSecurityEnabled Property

Win32_NetworkAdapterConfiguration: IPFilterSecurityEnabled: If TRUE, IP port security is enabled globally across all IP-bound network adapters and the security values associated with individual network adapters are in effect.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
bool IpFilterSecurityEnabled { get; set; }

Property Value

Type: Boolean
true if [IP filter security enabled]; otherwise, false.
See Also