Saml2SecurityTokenHandler.ReadAttributeStatement(XmlReader) Metodo

Definizione

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

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

Un XmlReader posizionato presso l'elemento da leggere.

Restituisce

Oggetto Saml2AttributeStatement che rappresenta l'elemento letto.

Eccezioni

reader è null.

Si applica a