Saml2SecurityTokenHandler.WriteStatement(XmlWriter, Saml2Statement) Metodo

Definizione

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

writer
XmlWriter

XmlWriter con cui scrivere i dati.

data
Saml2Statement

Dati da scrivere.

Eccezioni

data è null.

-oppure-

writer è null.

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.

Si applica a