Share via


SamlSecurityTokenHandler.ReadAttributeStatement(XmlReader) 方法

定義

讀取 <saml:AttributeStatement> 項目或指定 saml:AttributeStatementType 之 xsi:type 的 <saml:Statement> 項目。

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

參數

reader
XmlReader

位於要讀取的項目的 XmlReader

傳回

SamlAttributeStatement,表示讀取的項目。

例外狀況

readernull

適用於