共用方式為


Saml2SecurityTokenHandler.ReadAttributeStatement(XmlReader) 方法

定義

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

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

參數

reader
XmlReader

位於要讀取的項目的 XmlReader

傳回

Saml2AttributeStatement,表示讀取的項目。

例外狀況

readernull

適用於