Saml2SecurityTokenHandler.WriteStatement(XmlWriter, Saml2Statement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Scrive un 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)
Parametri
- data
- Saml2Statement
Dati da scrivere.
Eccezioni
Commenti
Questo metodo può scrivere un <elemento saml:AttributeStatement>, <saml:AuthnStatement o <saml:AuthzDecisionStatement>>. Per gestire le classi personalizzate Saml2Statement per la scrittura di un <elemento saml:Statement> , eseguire l'override di questo metodo.