ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty 屬性

定義

取得權杖需求屬性的索引鍵,如果該需求是有關已發行的權杖,其值便會是包含該權杖相關資訊的 IssuedSecurityTokenParameters

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

屬性值

String

權杖需求屬性的索引鍵,如果是有關已發行權杖的需求,其值便會是包含該權杖相關資訊的 IssuedSecurityTokenParameters

備註

這個索引鍵之對應值的型別為 IssuedSecurityTokenParameters

適用於