IssuedTokenClientCredential.LocalIssuerBinding プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカル発行者のバインディングを取得または設定します。
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。
例外
読み取り専用の資格情報を set
しようとしました。
例
次のコードは、このプロパティを設定する方法を示しています。
itcc.LocalIssuerBinding = new WSHttpBinding("LocalIssuerBinding");
itcc.LocalIssuerBinding = New WSHttpBinding("LocalIssuerBinding")
注釈
セキュリティ トークン サービスから発行済みトークンを取得する場合、クライアント アプリケーションは、セキュリティ トークン サービスとの通信に使用するバインディングを使用して構成されている必要があります。 ターゲット サービスがセキュリティ ポリシーでセキュリティ トークン サービスに関する情報を指定しない場合、クライアントの WCF チャネルは、セキュリティ トークン サービスとの通信に使用するバインディングとして LocalIssuerBinding を使用します。