desktop2:Rule

定义防火墙例外规则。

元素层次结构

<包>

    <扩展>

         <desktop2:Extension>

              <desktop2:FirewallRules>

                   <desktop2:Rule>

语法

<desktop2:Rule
  Direction = 'A string that can have one of the following values: "in" or "out".'
  IPProtocol = 'A string that can have one of the following values: "ICMPv4", "ICMPv6", "TCP", "UDP", "GRE", "AH", "ESP", "EGP", "GGP", "HMP", "IGMP", "RVD", "OSPFIGP", "PUP", "RDP", or "RSVP".'
  Profile = 'A string that can have one of the following values: "domain", "private", "domainAndPrivate", "public", or "all".'
  LocalPortMin = 'An optional integer with a value between 1 and 65535 (inclusive).'
  LocalPortMax = 'An optional integer with a value between 1 and 65535.'
  RemotePortMin = 'An optional integer with a value between 1 and 65535.'
  RemotePortMax = 'An optional integer with a value between 1 and 65535.' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
方向 规则的方向。 可以具有以下值之一的字符串:“in”或“out”。
IPProtocol 规则的 IP 协议。 可以具有以下值之一的字符串: ICMPv4ICMPv6TCPUDPGREAHESPEGPGGPHMPIGMPRVDOSPFIGPPUPRDPRSVP
Profile 然后配置网络。 可以具有以下值之一的字符串: domainprivatedomainAndPrivatepublicall
LocalPortMin 本地端口的最小值。 值介于 1 和 65535 之间的可选整数, (非独占) 。
LocalPortMax 本地端口的最大值。 值介于 1 和 65535 之间的可选整数。
RemotePortMin 远程端口的最小值。 值介于 1 和 65535 之间的可选整数。
RemotePortMax 远程端口的最大值。 值介于 1 和 65535 之间的可选整数。

子元素

无。

父元素

父元素 描述
desktop2:FirewallRules 指定 Windows 桌面桥应用使用的防火墙例外规则。

要求

命名空间 http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
Minimum OS Version Windows 10版本 1703 (内部版本 15063)