WSFederationAuthenticationModule.GetSessionTokenContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,這個值應該與工作階段 cookie 保存在 Context 屬性中。
protected:
virtual System::String ^ GetSessionTokenContext();
protected virtual string GetSessionTokenContext ();
abstract member GetSessionTokenContext : unit -> string
override this.GetSessionTokenContext : unit -> string
Protected Overridable Function GetSessionTokenContext () As String
傳回
要保存在工作階段 Cookie 中的字串。
例外狀況
Issuer 屬性為 null
。
備註
GetSessionTokenContext處理 WS-Federation 登入回應消息時,會從要求處理管線呼叫 方法,以取得值以儲存在SessionSecurityToken.Context會話 Cookie 內的 屬性中。
您可以覆寫這個方法,以提供要儲存在 Cookie 中的應用程式特定值。 WSFAM 不會公開從 Cookie 擷取值的任何方法。 如果需要,您必須提供應用程式中的邏輯,才能從 Cookie 讀取值。