次の方法で共有


IssuedTokenClientCredential.LocalIssuerBinding プロパティ

定義

ローカル発行者のバインディングを取得または設定します。

public:
 property System::ServiceModel::Channels::Binding ^ LocalIssuerBinding { System::ServiceModel::Channels::Binding ^ get(); void set(System::ServiceModel::Channels::Binding ^ value); };
public System.ServiceModel.Channels.Binding LocalIssuerBinding { get; set; }
member this.LocalIssuerBinding : System.ServiceModel.Channels.Binding with get, set
Public Property LocalIssuerBinding As Binding

プロパティ値

Binding

ローカル発行者の Binding

例外

読み取り専用の資格情報を set しようとしました。

次のコードは、このプロパティを設定する方法を示しています。

itcc.LocalIssuerBinding = new WSHttpBinding("LocalIssuerBinding");
itcc.LocalIssuerBinding = New WSHttpBinding("LocalIssuerBinding")

注釈

セキュリティ トークン サービスから発行済みトークンを取得する場合、クライアント アプリケーションは、セキュリティ トークン サービスとの通信に使用するバインディングを使用して構成されている必要があります。 ターゲット サービスがセキュリティ ポリシーでセキュリティ トークン サービスに関する情報を指定しない場合、クライアントの WCF チャネルは、セキュリティ トークン サービスとの通信に使用するバインディングとして LocalIssuerBinding を使用します。

適用対象