SharedSecretTokenProvider.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

IAsyncResultトークンを取得するために非同期操作を参照する オブジェクト。

cacheUntil
DateTime

このメソッドから戻るときに、キャッシュ内のトークン情報の有効期限の日付と時刻が格納されます。

戻り値

セキュリティ トークン。

適用対象