SimpleSecurityTokenProvider クラス

定義

フェデレーション バインディング用に発行されたトークンとしてセキュリティ トークンを生成するセキュリティ トークン プロバイダーを表します。

public ref class SimpleSecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider
public class SimpleSecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider
type SimpleSecurityTokenProvider = class
    inherit SecurityTokenProvider
Public Class SimpleSecurityTokenProvider
Inherits SecurityTokenProvider
継承
SimpleSecurityTokenProvider

コンストラクター

SimpleSecurityTokenProvider(SecurityToken, SecurityTokenRequirement)

指定したトークンとトークン バインディング要件を使用して、SimpleSecurityTokenProvider クラスの新しいインスタンスを初期化します。

プロパティ

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)
CancelTokenAsync(TimeSpan, SecurityToken)

セキュリティ トークンをキャンセルします。

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

セキュリティ トークンをキャンセルします。

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

セキュリティ トークンをキャンセルします。

(継承元 SecurityTokenProvider)
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)
GetTokenAsync(TimeSpan)

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

(継承元 SecurityTokenProvider)
GetTokenCore(TimeSpan)

指定したタイムアウトに従ってセキュリティ トークンを作成します。

GetTokenCoreAsync(TimeSpan)

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

(継承元 SecurityTokenProvider)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

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

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

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

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

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

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

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

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

(継承元 SecurityTokenProvider)
ToString()

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

(継承元 Object)

適用対象