SamlSecurityTokenHandler.ReadStatement(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: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
Paramètres
Retours
SamlStatement qui représente l'élément Statement lu.
Exceptions
reader
a la valeur null
.
Remarques
L’implémentation par défaut gère uniquement les éléments d’instruction qui spécifient un xsi :type de saml :AttributeStatementType, saml :AuthnStatementType et saml :AuthzDecisionStatementType. Pour gérer les instructions personnalisées, remplacez cette méthode.