WebAuthenticationCoreManager.FindAllAccountsAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindAllAccountsAsync(WebAccountProvider) |
특정 ID 공급자에 대해 사용자가 추가한 모든 계정을 열거합니다. |
FindAllAccountsAsync(WebAccountProvider, String) |
특정 ID 공급자에 대해 사용자가 추가한 모든 계정을 열거합니다. |
FindAllAccountsAsync(WebAccountProvider)
특정 ID 공급자에 대해 사용자가 추가한 모든 계정을 열거합니다.
public:
static IAsyncOperation<FindAllAccountsResult ^> ^ FindAllAccountsAsync(WebAccountProvider ^ provider);
/// [Windows.Foundation.Metadata.Overload("FindAllAccountsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider const& provider);
[Windows.Foundation.Metadata.Overload("FindAllAccountsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider provider);
function findAllAccountsAsync(provider)
Public Shared Function FindAllAccountsAsync (provider As WebAccountProvider) As IAsyncOperation(Of FindAllAccountsResult)
매개 변수
- provider
- WebAccountProvider
검색할 계정을 소유하는 ID 공급자입니다.
반환
비동기 찾기 작업입니다. 성공적으로 완료되면 계정 검색 결과를 나타내는 FindAllAccountsResult 개체를 포함합니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)
|
적용 대상
FindAllAccountsAsync(WebAccountProvider, String)
특정 ID 공급자에 대해 사용자가 추가한 모든 계정을 열거합니다.
public:
static IAsyncOperation<FindAllAccountsResult ^> ^ FindAllAccountsAsync(WebAccountProvider ^ provider, Platform::String ^ clientId);
/// [Windows.Foundation.Metadata.Overload("FindAllAccountsWithClientIdAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider const& provider, winrt::hstring const& clientId);
[Windows.Foundation.Metadata.Overload("FindAllAccountsWithClientIdAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider provider, string clientId);
function findAllAccountsAsync(provider, clientId)
Public Shared Function FindAllAccountsAsync (provider As WebAccountProvider, clientId As String) As IAsyncOperation(Of FindAllAccountsResult)
매개 변수
- provider
- WebAccountProvider
검색할 계정을 소유하는 ID 공급자입니다.
- clientId
-
String
Platform::String
winrt::hstring
클라이언트 애플리케이션의 ID입니다.
반환
비동기 찾기 작업입니다. 성공적으로 완료되면 계정 검색 결과를 나타내는 FindAllAccountsResult 개체를 포함합니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)
|