WebTokenRequestResult 类

定义

表示向标识提供者发出 Web 令牌请求的结果。

public ref class WebTokenRequestResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebTokenRequestResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebTokenRequestResult
Public NotInheritable Class WebTokenRequestResult
继承
Object Platform::Object IInspectable WebTokenRequestResult
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

ResponseData

从 Web 令牌提供程序获取响应数据。

ResponseError

获取 Web 提供程序返回的错误(如果有)。

ResponseStatus

获取请求的状态。

方法

InvalidateCacheAsync()

使当前缓存的 WebTokenRequestResult 失效。 有关正确用法,请参阅“备注”。

适用于

另请参阅