WSTrustChannelSecurityTokenProvider クラス

定義

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

コンストラクター

WSTrustChannelSecurityTokenProvider(SecurityTokenRequirement)

プロパティ

ClientCredentials
SupportsTokenCancellation
SupportsTokenRenewal

メソッド

BeginCancelToken(TimeSpan, SecurityToken, AsyncCallback, Object)

非同期の操作によるセキュリティ トークンのキャンセルを開始します。

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

非同期の操作によるセキュリティ トークンのキャンセルを開始します。

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

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

(継承元 SecurityTokenProvider)
BeginGetTokenCore(TimeSpan, AsyncCallback, Object)
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)
CreateWsTrustRequest()
EndCancelToken(IAsyncResult)

非同期の操作によるセキュリティ トークンのキャンセルを完了します。

(継承元 SecurityTokenProvider)
EndCancelTokenCore(IAsyncResult)

非同期の操作によるセキュリティ トークンのキャンセルを完了します。

(継承元 SecurityTokenProvider)
EndGetToken(IAsyncResult)

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

(継承元 SecurityTokenProvider)
EndGetTokenCore(IAsyncResult)
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)

明示的なインターフェイスの実装

ICommunicationObject.Abort()
ICommunicationObject.BeginClose(AsyncCallback, Object)
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
ICommunicationObject.BeginOpen(AsyncCallback, Object)
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)
ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)
ICommunicationObject.Closed
ICommunicationObject.Closing
ICommunicationObject.EndClose(IAsyncResult)
ICommunicationObject.EndOpen(IAsyncResult)
ICommunicationObject.Faulted
ICommunicationObject.Open()
ICommunicationObject.Open(TimeSpan)
ICommunicationObject.Opened
ICommunicationObject.Opening
ICommunicationObject.State

拡張メソッド

CloseHelperAsync(ICommunicationObject, TimeSpan)
OpenHelperAsync(ICommunicationObject, TimeSpan)

適用対象