你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WindowsTokenProvider.OnEndGetWebToken(IAsyncResult, DateTime) 方法

定义

在停止提供程序服务时检索 Web 令牌。

protected override string OnEndGetWebToken (IAsyncResult result, out DateTime cacheUntil);
override this.OnEndGetWebToken : IAsyncResult * DateTime -> string
Protected Overrides Function OnEndGetWebToken (result As IAsyncResult, ByRef cacheUntil As DateTime) As String

参数

result
IAsyncResult

操作的结果。

cacheUntil
DateTime

提供程序存储数据的指定持续时间。

返回

检索到的 Web 令牌。

适用于