SamlSecurityTokenHandler.ReadAttributeStatement(XmlReader) Metodo

Definizione

Legge l'elemento <saml:AttributeStatement> o un <elemento saml:Statement> che specifica un valore xsi:type di saml:AttributeStatementType.

protected:
 virtual System::IdentityModel::Tokens::SamlAttributeStatement ^ ReadAttributeStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlAttributeStatement ReadAttributeStatement(System.Xml.XmlReader reader);
abstract member ReadAttributeStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAttributeStatement
override this.ReadAttributeStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAttributeStatement
Protected Overridable Function ReadAttributeStatement (reader As XmlReader) As SamlAttributeStatement

Parametri

reader
XmlReader

Oggetto XmlReader posizionato in corrispondenza dell'elemento da leggere.

Valori restituiti

Oggetto SamlAttributeStatement che rappresenta l'elemento letto.

Eccezioni

reader è null.

Si applica a