ServiceModelSecurityTokenRequirement.IssuerAddressProperty プロパティ

定義

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

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

プロパティ値

String

発行者の EndpointAddress を値とするトークン要件プロパティのキー。

注釈

このキーに対応する値は EndpointAddress 型です。

適用対象

こちらもご覧ください