共用方式為


Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) 方法

定義

讀取 <saml:AuthnContext> 項目。

protected:
 virtual System::IdentityModel::Tokens::Saml2AuthenticationContext ^ ReadAuthenticationContext(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2AuthenticationContext ReadAuthenticationContext (System.Xml.XmlReader reader);
abstract member ReadAuthenticationContext : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthenticationContext
override this.ReadAuthenticationContext : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Protected Overridable Function ReadAuthenticationContext (reader As XmlReader) As Saml2AuthenticationContext

參數

reader
XmlReader

位於要讀取的項目的 XmlReader

傳回

Saml2AuthenticationContext,表示讀取的 AuthnContext 項目。

例外狀況

readernull

備註

默認實作不會處理選擇性 <的saml:AuthnContextDecl> 元素。 若要處理傳值驗證內容宣告,請覆寫這個方法。

適用於