ServiceModelSecurityTokenRequirement.IssuerBinding プロパティ

定義

発行されたトークンに対するトークン要件の場合、このプロパティには発行者との通信に使用するバインディングが含まれます。

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

プロパティ値

ユーザーとの通信に使用されるバインディング。

注釈

セキュリティ トークンの発行者との通信に使用するバインディングを返します。

適用対象