SamlSecurityTokenHandler.ReadStatement(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:Statement> .
protected:
virtual System::IdentityModel::Tokens::SamlStatement ^ ReadStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader reader);
abstract member ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlStatement
override this.ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlStatement
Protected Overridable Function ReadStatement (reader As XmlReader) As SamlStatement
Parametri
Valori restituiti
Oggetto SamlStatement che rappresenta l'elemento Statement letto.
Eccezioni
reader è null.
Commenti
L'implementazione predefinita gestisce solo gli elementi Statement che specificano un valore xsi:type di saml:AttributeStatementType, saml:AuthnStatementType e saml:AuthzDecisionStatementType. Per gestire istruzioni personalizzate, eseguire l'override di questo metodo.