次の方法で共有


ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty プロパティ

定義

要件が発行済みトークンの要件である場合、発行者との対話に使用する BindingContext を値とするトークン要件プロパティのキーを取得します。

public:
 static property System::String ^ IssuerBindingContextProperty { System::String ^ get(); };
public static string IssuerBindingContextProperty { get; }
member this.IssuerBindingContextProperty : string
Public Shared ReadOnly Property IssuerBindingContextProperty As String

プロパティ値

String

発行者との対話に使用する BindingContext を値とするトークン要件プロパティのキー。

注釈

このキーに対応する値は BindingContext 型です。 このプロパティは、セキュリティで保護された通信および SPNEGO/TLSNEGO 認証に関するトークン要件に追加されます。

適用対象