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 请求指定帐户的身份验证令牌。

适用于