共用方式為


WSFederationMessage.Context 屬性

定義

取得或設定訊息的 wctx 參數。

public:
 property System::String ^ Context { System::String ^ get(); void set(System::String ^ value); };
public string Context { get; set; }
member this.Context : string with get, set
Public Property Context As String

屬性值

wctx 參數的值。

備註

指定在要求中傳遞時,必須使用核發令牌傳回的內容值。 值不透明,也就是說,其語意只有訊息的起始者知道, (通常是信賴憑證者 - RP) ;它不會由訊息的接收者或任何中繼者解譯。 wctx 參數是選擇性的。 將 Context 屬性設定為 null 或空字串,以從訊息中移除 wctx 參數。

重要

如果您的應用程式收到已設定 wctx 參數的 WS-Federation 訊息,則應該確保傳送者的任何回應中都會傳回相同的值,如果訊息傳遞至另一方,則應該傳回相同的值。

適用於