Saml2SecurityTokenHandler.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::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
Paramètres
Retours
Saml2Statement 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 Statement qui spécifient un xsi :type de saml :AttributeStatementType, saml :AuthnStatementType et saml :AuthzDecisionStatementType. Pour gérer des instructions personnalisées, remplacez cette méthode.