WSTrustChannelClientCredentials クラス

定義

public ref class WSTrustChannelClientCredentials : System::ServiceModel::Description::ClientCredentials
public class WSTrustChannelClientCredentials : System.ServiceModel.Description.ClientCredentials
type WSTrustChannelClientCredentials = class
    inherit ClientCredentials
Public Class WSTrustChannelClientCredentials
Inherits ClientCredentials
継承
WSTrustChannelClientCredentials

コンストラクター

名前 説明
WSTrustChannelClientCredentials()
WSTrustChannelClientCredentials(ClientCredentials)
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

プロパティ

名前 説明
ClientCertificate

クライアントがサービスに対する認証に使用する X.509 証明書を提供するために使用できるオブジェクトを取得します。

(継承元 ClientCredentials)
ClientCredentials
HttpDigest

現在の HTTP ダイジェスト資格情報を取得します。

(継承元 ClientCredentials)
ServiceCertificate

サービスの X.509 証明書を指定するために使用するオブジェクトを取得します。

(継承元 ClientCredentials)
UserName

クライアントがサービスに対して自身を認証するために使用するユーザー名とパスワードを設定するために使用できる資格情報オブジェクトを取得します。

(継承元 ClientCredentials)
Windows

クライアントがサービスに対して自身を認証するために使用する Windows 資格情報を制御するために使用されるオブジェクトを取得します。

(継承元 ClientCredentials)

メソッド

名前 説明
ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

指定したクライアント動作をエンドポイントに適用します。

(継承元 ClientCredentials)
Clone()

この ClientCredentials インスタンスの新しいコピーを作成します。

(継承元 ClientCredentials)
CloneCore()
CreateSecurityTokenManager()

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

名前 説明
IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

このクラスのこのインスタンスをバインド パラメーター コレクションに追加します。

(継承元 ClientCredentials)
IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)

エンドポイント全体でサービスの変更または拡張を実装します。

(継承元 ClientCredentials)
IEndpointBehavior.Validate(ServiceEndpoint)

将来の使用のために予約済み。

(継承元 ClientCredentials)

適用対象