다음을 통해 공유


AllowTethering

MBAE 사용 중단 경고

중요

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.

AllowTethering 요소는 자격 검사 인터넷 공유를 사용할 수 있도록 사용자가 항상 허용되는지, 허용되지 않는지 또는 허용되는지 여부를 지정합니다.

참고 이 요소가 권한 검사 후에 허용하도록 구성된 경우 앱에서 권한 검사 처리할 DeviceNotificationHandler를 지정해야 합니다.

사용

<AllowTethering>
  text
</AllowTethering>

Attributes

특성이 없습니다.

텍스트 값

자격 검사 후에 인터넷 공유가 항상 허용되는지, 허용되지 않는지 또는 허용되는지를 나타내는 문자열입니다.

자식 요소

자식 요소가 없습니다.

부모 요소

요소 Description

NetworkConfiguration

사용할 구매 및 인터넷 모바일 광대역 프로필 또는 표준 사용자가 PIN 잠금 해제 작업을 수행할 수 있는지 여부를 지정합니다.

Xsd

<xs:element name="name="AllowTethering" type="tns:TetheringAllowedType" minOccurs="0" />

<xs:simpleType name="TetheringAllowedType">  
  <xs:restriction base="xs:string">
    <xs:enumeration value="Never"/>
    <xs:enumeration value="Always"/>
    <xs:enumeration value="EntitlementCheckRequired"/>
  </xs:restriction>
</xs:simpleType>

설명

이 요소는 Windows 8.1 및 Windows 10만 적용할 수 있습니다.

AllowTethering 요소는 선택 사항입니다.