Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Metodo

Definizione

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

reader
XmlReader

Un XmlReader posizionato presso l'elemento da leggere.

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.

Si applica a