WSFederationAuthenticationModule.GetReferencedResult(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的 URL 取得發行結果 (通常是發出的權杖)。 解析登入回應訊息中的 wresultptr 參數中指定的 URL。
protected:
virtual System::String ^ GetReferencedResult(System::String ^ resultPtr);
protected virtual string GetReferencedResult (string resultPtr);
abstract member GetReferencedResult : string -> string
override this.GetReferencedResult : string -> string
Protected Overridable Function GetReferencedResult (resultPtr As String) As String
參數
- resultPtr
- String
會指定發行結果的位址的 URL。
傳回
URL 所參考的發行結果。
例外狀況
基底類別中不支援此方法。 您必須在衍生類別中覆寫它。
備註
方法從 WSFederationAuthenticationModule.GetXmlTokenFromMessage(SignInResponseMessage) 處理管線內部呼叫,以解析從安全性令牌服務接收之登入回應消息中 wresultptr 參數中指定的 URL, (STS) 。
根據預設,這個方法會 NotSupportedException擲回 。 覆寫衍生類別中的這個方法,以支援 wresultptr 參數。 URL 會指向發行結果,這應該是下列其中一項 <wst:RequestSecurityTokenResponse>
:專案、 <wst:RequestSecurityTokenResponseCollection>
專案、SOAP 回應或SOAP <S:Fault>
元素。