Saml2SecurityTokenHandler.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::Saml2AttributeStatement ^ ReadAttributeStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2AttributeStatement ReadAttributeStatement(System.Xml.XmlReader reader);
abstract member ReadAttributeStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AttributeStatement
override this.ReadAttributeStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AttributeStatement
Protected Overridable Function ReadAttributeStatement (reader As XmlReader) As Saml2AttributeStatement

Parametri

reader
XmlReader

Oggetto XmlReader posizionato in corrispondenza dell'elemento da leggere.

Valori restituiti

Oggetto Saml2AttributeStatement che rappresenta l'elemento letto.

Eccezioni

reader è null.

Si applica a