Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit l’élément <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
Paramètres
Retours
Saml2AuthenticationContext qui représente l'élément AuthnContext lu.
Exceptions
reader
a la valeur null
.
Remarques
L’implémentation par défaut ne gère pas l’élément saml :AuthnContextDecl> facultatif<. Pour gérer les déclarations de contexte d’authentification par valeur, remplacez cette méthode.