次の方法で共有


OAuthTokenProvider.OnEndGetToken(IAsyncResult, DateTime) メソッド

定義

プロバイダーが終了したときにトークンを取得します。

protected override System.IdentityModel.Tokens.SecurityToken OnEndGetToken (IAsyncResult result, out DateTime cacheUntil);
override this.OnEndGetToken : IAsyncResult * DateTime -> System.IdentityModel.Tokens.SecurityToken
Protected Overrides Function OnEndGetToken (result As IAsyncResult, ByRef cacheUntil As DateTime) As SecurityToken

パラメーター

result
IAsyncResult

操作の結果。

cacheUntil
DateTime

プロバイダーがデータを格納する期間。

戻り値

取得したトークン。

適用対象