Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Legge l'elemento <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
Parametri
Restituisce
Oggetto Saml2AuthenticationContext che rappresenta l'elemento AuthnContext letto.
Eccezioni
reader
è null
.
Commenti
L'implementazione predefinita non gestisce l'elemento saml:AuthnContextDecl>.< Per gestire dichiarazioni di contesto di autenticazione per valore, eseguire l'override di questo metodo.