allowList (networkFilter) 元素
allowList (networkFilter) 元素會指定任何電腦必須允許連線的無線網路清單。
<xs:element name="allowList"
minOccurs="0"
>
<xs:complexType>
<xs:sequence>
<xs:element name="network"
maxOccurs="unbounded"
type="networkItemType"
...
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
父元素
子元素
元素 | 類型 | 描述 |
---|---|---|
網路 | networkItemType | 定義允許的網路。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |