uap:WebAccountProvider(Windows 10)

windows.webAccountProvider 형식의 앱 확장성 지점을 선언합니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <uap:Extension>

                        <uap:WebAccountProvider>

Syntax

<uap:WebAccountProvider
    Url = 'A string with a value between 1 and 32767 characters in length in the form of a valid web url.'
    BackgroundEntryPoint = 'A string with a value between 1 and 256 characters in length, representing the task handling the extension. This is normally the fully namespace-qualified name of a Windows Runtime type.'
 >

  <!-- Child elements -->
  uap:ManagedUrls?

</uap:WebAccountProvider>

? 선택 사항(0개 또는 1개)

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
Url 웹 계정 공급자 식별자(URL)입니다. 유효한 HTTPS URL이어야 합니다. 앱에서 호출할 때 공급자를 고유하게 식별하는 데 사용됩니다. 유효한 웹 URL 형식의 길이가 1자에서 32767자 사이의 문자열입니다. Yes
BackgroundEntryPoint UI가 없는 토큰 가져오기 요청에 대한 진입점입니다. 확장을 처리하는 작업을 나타내는 길이가 1~256자인 문자열입니다. 이는 일반적으로 Windows 런타임 형식의 정규화된 네임스페이스 이름입니다. Yes

자식 요소

자식 요소 Description
uap:ManagedUrls 여러 URL에 대한 지원을 제공합니다. 플러그 인이 쿠키를 보낼 수 있는 여러 URL을 지정할 수 있습니다.

부모 요소

부모 요소 Description
uap:Extension 앱의 확장성 지점을 선언합니다.

예제

<Extension
    Category="windows.webAccountProvider">
    <WebAccountProvider
        Url="https://login.live.com"
        BackgroundEntryPoint="MSA.WebAccountProviderTask"/>
</Extension>

요구 사항

항목
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10 버전 1511(빌드 10586)