Saml2SecurityTokenHandler.ReadAttribute(XmlReader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取 <saml:Attribute> 項目。
protected:
virtual System::IdentityModel::Tokens::Saml2Attribute ^ ReadAttribute(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Attribute ReadAttribute (System.Xml.XmlReader reader);
abstract member ReadAttribute : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Attribute
override this.ReadAttribute : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Attribute
Protected Overridable Function ReadAttribute (reader As XmlReader) As Saml2Attribute
參數
傳回
Saml2Assertion,表示讀取的 Assertion 項目。
例外狀況
reader
為 null
。
備註
默認實作需要 Attribute 元素的內容是簡單的字串。 若要處理 xs:string 以外的宣告簡單類型複雜內容或內容,請覆寫此方法。