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