ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty プロパティ

定義

トークン要件プロパティのキーを取得します。その値は、発行されたトークンに対する要件の場合は、トークンに関する情報を含む IssuedSecurityTokenParameters です。

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

プロパティ値

トークン要件プロパティのキー。その値が、発行されたトークンの場合にトークンに関する情報を含む IssuedSecurityTokenParameters です。

注釈

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

適用対象