IWebAuthenticationCoreManagerInterop インターフェイス (webauthenticationcoremanagerinterop.h)
UWP アプリでのみ使用できる WebAuthenticationCoreManager の特定の機能にアクセスできる Win32 アプリを提供します。
継承
IWebAuthenticationCoreManagerInterop インターフェイスは、IInspectable インターフェイスから継承されます。
メソッド
IWebAuthenticationCoreManagerInterop インターフェイスには、これらのメソッドがあります。
IWebAuthenticationCoreManagerInterop::RequestTokenForWindowAsync Web アカウント プロバイダーからトークンを非同期に要求します。 必要に応じて、ユーザーは資格情報の入力を求められます。 (IWebAuthenticationCoreManagerInterop::RequestTokenForWindowAsync) |
IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync Web アカウント プロバイダーからトークンを非同期に要求します。 必要に応じて、ユーザーは資格情報の入力を求められます。 (IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync) |
注釈
このインターフェイスは、WebAuthenticationCoreManager の アクティブ化ファクトリによって実装されます。 このインターフェイスのオブジェクトを取得するには、アクティブ化ファクトリへの参照を取得し、その上で IUnknown::QueryInterface を呼び出します。
using winrt::Windows::Security::Authentication::Web::Core::WebAuthenticationCoreManager;
auto managerFactory = winrt::get_activation_factory<WebAuthenticationCoreManager>();
winrt::com_ptr<IWebAuthenticationCoreManagerInterop> managerInterop{ managerFactory.as<IWebAuthenticationCoreManagerInterop>() };
managerInterop->RequestTokenForWindowAsync(/* ... */)
要件
サポートされている最小のクライアント | Windows 10 ビルド 20348 |
サポートされている最小のサーバー | Windows 10 ビルド 20348 |
ヘッダー | webauthenticationcoremanagerinterop.h |