次の方法で共有


IssuedSecurityTokenProvider.GetTokenCore(TimeSpan) メソッド

定義

トークン コアを取得します。

protected:
 override System::IdentityModel::Tokens::SecurityToken ^ GetTokenCore(TimeSpan timeout);
protected override System.IdentityModel.Tokens.SecurityToken GetTokenCore (TimeSpan timeout);
override this.GetTokenCore : TimeSpan -> System.IdentityModel.Tokens.SecurityToken
Protected Overrides Function GetTokenCore (timeout As TimeSpan) As SecurityToken

パラメーター

timeout
TimeSpan

呼び出しがタイムアウトになった後の TimeSpan

戻り値

トークン コアを表す SecurityToken

注釈

GetTokenCore メソッドから返されるセキュリティ トークンをキャッシュおよび再利用するときには注意が必要です。トークン プロバイダーが関連付けられているチャネルが閉じられると、セキュリティ トークンを使用できなくなる可能性があるからです。 セキュリティ トークンは、要求されたキーの種類が非対称キーで、GetTokenCore メソッドが呼び出されたときにスレッドが偽装されたコンテキストで実行されている場合、使用できなくなります。

適用対象