X509SecurityTokenProvider クラス

定義

SOAP メッセージ送信者に X509SecurityToken セキュリティ トークンを提供するセキュリティ トークン プロバイダーを表します。

public ref class X509SecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider, IDisposable
public class X509SecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider, IDisposable
type X509SecurityTokenProvider = class
    inherit SecurityTokenProvider
    interface IDisposable
Public Class X509SecurityTokenProvider
Inherits SecurityTokenProvider
Implements IDisposable
継承
X509SecurityTokenProvider
実装

注釈

ほとんどの場合、 X509SecurityTokenProvider クラスを直接呼び出す必要はありません。これは、クライアントが X509SecurityToken セキュリティ トークンを必要とする SOAP メッセージを送信するときに呼び出されるためです。 具体的には、クライアントは、 ClientCredentials クラスを使用して必要なセキュリティ トークンの種類を指定し、 ClientCredentials クラスは GetToken メソッドを呼び出してセキュリティ トークンを取得します。 必要なセキュリティ トークンが X509SecurityToken セキュリティ トークンの場合、 GetToken メソッドは GetTokenCore メソッドを呼び出します。

コンストラクター

名前 説明
X509SecurityTokenProvider(StoreLocation, StoreName, X509FindType, Object)

指定した証明書ストア条件から X.509 証明書を取得して、 X509SecurityTokenProvider クラスの新しいインスタンスを初期化します。

X509SecurityTokenProvider(X509Certificate2)

指定した X.509 証明書を使用して、 X509SecurityTokenProvider クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Certificate

X509SecurityToken セキュリティ トークンに関連付けられている X.509 証明書を取得します。

SupportsTokenCancellation

セキュリティ トークンを取り消すことができるかどうかを示す値を取得します。

(継承元 SecurityTokenProvider)
SupportsTokenRenewal

セキュリティ トークンが更新可能かどうかを示す値を取得します。

(継承元 SecurityTokenProvider)

メソッド

名前 説明
BeginCancelToken(TimeSpan, SecurityToken, AsyncCallback, Object)

セキュリティ トークンを取り消す非同期操作を開始します。

(継承元 SecurityTokenProvider)
BeginCancelTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

セキュリティ トークンを取り消す非同期操作を開始します。

(継承元 SecurityTokenProvider)
BeginGetToken(TimeSpan, AsyncCallback, Object)

セキュリティ トークンを取得するための非同期操作を開始します。

(継承元 SecurityTokenProvider)
BeginGetTokenCore(TimeSpan, AsyncCallback, Object)

セキュリティ トークンを取得するための非同期操作を開始します。

(継承元 SecurityTokenProvider)
BeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object)

セキュリティ トークンを更新する非同期操作を開始します。

(継承元 SecurityTokenProvider)
BeginRenewTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

セキュリティ トークンを更新する非同期操作を開始します。

(継承元 SecurityTokenProvider)
CancelToken(TimeSpan, SecurityToken)

セキュリティ トークンを取り消します。

(継承元 SecurityTokenProvider)
CancelTokenCore(TimeSpan, SecurityToken)

セキュリティ トークンを取り消します。

(継承元 SecurityTokenProvider)
Dispose()

X509SecurityTokenProviderで使用されているすべてのリソースを解放します。

EndCancelToken(IAsyncResult)

セキュリティ トークンを取り消す非同期操作を完了します。

(継承元 SecurityTokenProvider)
EndCancelTokenCore(IAsyncResult)

セキュリティ トークンを取り消す非同期操作を完了します。

(継承元 SecurityTokenProvider)
EndGetToken(IAsyncResult)

セキュリティ トークンを取得するための非同期操作を完了します。

(継承元 SecurityTokenProvider)
EndGetTokenCore(IAsyncResult)

セキュリティ トークンを取得するための非同期操作を完了します。

(継承元 SecurityTokenProvider)
EndRenewToken(IAsyncResult)

セキュリティ トークンを更新するための非同期操作を完了します。

(継承元 SecurityTokenProvider)
EndRenewTokenCore(IAsyncResult)

セキュリティ トークンを更新するための非同期操作を完了します。

(継承元 SecurityTokenProvider)
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetToken(TimeSpan)

セキュリティ トークンを取得します。

(継承元 SecurityTokenProvider)
GetTokenCore(TimeSpan)

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

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
RenewToken(TimeSpan, SecurityToken)

セキュリティ トークンを更新します。

(継承元 SecurityTokenProvider)
RenewTokenCore(TimeSpan, SecurityToken)

セキュリティ トークンを更新します。

(継承元 SecurityTokenProvider)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください