WebAuthenticationCoreManagerHelper クラス

定義

カスタム UI をホストして認証トークンを要求する機能を提供します。

重要

この API へのアクセスは、Microsoft によって開発されたアプリに制限されているプライベート機能によって保護されます。

public ref class WebAuthenticationCoreManagerHelper abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class WebAuthenticationCoreManagerHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public static class WebAuthenticationCoreManagerHelper
Public Class WebAuthenticationCoreManagerHelper
継承
Object Platform::Object IInspectable WebAuthenticationCoreManagerHelper
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

メソッド

RequestTokenWithUIElementHostingAsync(WebTokenRequest, UIElement)

指定したカスタム UI を使用して認証トークンを要求します。

RequestTokenWithUIElementHostingAsync(WebTokenRequest, WebAccount, UIElement)

指定したカスタム UI を使用して、指定したアカウントの認証トークンを要求します。

適用対象