network(allowList) 요소
네트워크(allowList) 요소는 허용된 네트워크를 정의합니다. 컴퓨터가 허용된 네트워크에 연결할 수 있어야 합니다.
<xs:element name="network"
maxOccurs="unbounded"
type="networkItemType"
>
<xs:complexType>
<xs:sequence>
<xs:element name="networkName"
type="networkNameType"
/>
<xs:element name="networkType"
type="networkTypeType"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
부모 요소
자식 요소
요소 | Type | Description |
---|---|---|
networkName | networkNameType | 무선 네트워크의 SSID(서비스 집합 식별자)를 지정합니다. |
networkType | networkTypeType | 네트워크 유형을 지정합니다. |
networkName
무선 네트워크의 SSID(서비스 집합 식별자)를 지정합니다.
networkType
네트워크 유형을 지정합니다. 네트워크 유형에는 ESS(인프라 네트워크) 및 IBSS(임시 네트워크)의 두 가지 유형이 있습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |