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> 元素。 若要处理按值身份验证上下文声明,请重写此方法。

适用于