次の方法で共有


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)
IssuedToken

このプロパティを使用して、ローカル セキュリティ トークン サービスに接続するときに使用するエンドポイントのアドレスとバインディングを指定します。 この情報は、発行されたトークンを使用する認証がサービスで必要だが、発行されたトークンを取得する方法と場所が (クライアント上のバインディングとして表される) サービスのポリシーで明示的に指定されていない場合に使用されます。

(継承元 ClientCredentials)
Peer

ピア ノードがメッシュ内の他のノードに対して自身を認証するために使用する資格情報と、ピア ノードが他のピア ノードを認証するために使用する認証設定を制御します。

(継承元 ClientCredentials)
SecurityTokenHandlerCollectionManager

クライアント資格情報のセキュリティ トークン ハンドラーを取得または設定します。

(継承元 ClientCredentials)
ServiceCertificate

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

(継承元 ClientCredentials)
SupportInteractive

必要に応じてシステムがユーザーに対話的に資格情報を要求できるようにするかどうかを示す値を取得または設定します。 たとえば、中間層シナリオでは false に設定する必要があります。

(継承元 ClientCredentials)
UseIdentityConfiguration

クライアント資格情報で identity 構成を使用するかどうかを取得または設定します。

(継承元 ClientCredentials)
UserName

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

(継承元 ClientCredentials)
Windows

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

(継承元 ClientCredentials)

メソッド

ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

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

(継承元 ClientCredentials)
Clone()

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

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

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetInfoCardSecurityToken(Boolean, CardSpacePolicyElement[], SecurityTokenSerializer)

CardSpace システムと指定されたポリシー チェーンとトークン シリアライザーを使用して、セキュリティ トークンを生成して返します。

(継承元 ClientCredentials)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

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

IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

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

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

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

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

将来使用するために予約されています。

(継承元 ClientCredentials)

適用対象