Saml2SecurityTokenHandler.WriteStatement(XmlWriter, Saml2Statement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
寫入 Saml2Statement。
protected:
virtual void WriteStatement(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2Statement ^ data);
protected virtual void WriteStatement (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2Statement data);
abstract member WriteStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Statement -> unit
override this.WriteStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Statement -> unit
Protected Overridable Sub WriteStatement (writer As XmlWriter, data As Saml2Statement)
參數
- data
- Saml2Statement
要寫入的資料。
例外狀況
備註
這個方法可能會寫入 <saml:AttributeStatement、<saml:AuthnStatement>> 或 <saml:AuthzDecisionStatement> 元素。 若要處理撰寫 saml:Statement> 元素的<自定義Saml2Statement類別,請覆寫此方法。