Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取 <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
參數
傳回
Saml2AuthenticationContext,表示讀取的 AuthnContext 項目。
例外狀況
reader
為 null
。
備註
默認實作不會處理選擇性 <的saml:AuthnContextDecl> 元素。 若要處理傳值驗證內容宣告,請覆寫這個方法。