WSTrustChannelClientCredentials クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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(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) |