X509SecurityTokenProvider.GetTokenCore(TimeSpan) メソッド

定義

コンストラクターで指定された X.509 証明書を使用してセキュリティ トークンを取得します。

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

注釈

GetToken メソッドは、クライアントが SOAP メッセージを送信し、ClientCredentialsセキュリティ トークンが必要な場合に、X509SecurityToken クラスによって呼び出されます。

GetToken メソッドは、GetTokenCore メソッドを呼び出します。

適用対象