ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークン要件プロパティのキーを取得します。その値は、発行されたトークンに対する要件の場合は、トークンに関する情報を含む 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型です。