Enum WindowsFirewallRuleSecurityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security type for a secure Windows Firewall rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallRuleSecurityType
Fields
Authenticate = 4
The traffic is allowed if it is IPsec-protected with authentication and no encapsulation protection.
Encrypt = 6
The traffic is allowed if it is IPsec-protected with authentication, integrity and encryption protection since the very first packet.
NegotiateEncryption = 5
The traffic is allowed if its is IPsec-protected with authentication and integrity protection. In addition, negotiation of encryption protections on subsequent packets is requested.
NOTE: This value is not available when reading a Group Policy report.
None = 1
No security check if performed.
NotSet = 2
The security type is not set.
NullEncapsulation = 3
The traffic is allowed if it is IPsec-protected with authentication and no encapsulation protection.
NOTE: This value is not available when reading a Group Policy report.
Unknown = 0
The security type unknown.