Saml2SecurityTokenHandler.WriteAuthenticationStatement Metodo

Definizione

Scrive l'elemento <saml:AuthnStatement>.

protected:
 virtual void WriteAuthenticationStatement(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2AuthenticationStatement ^ data);
protected virtual void WriteAuthenticationStatement (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2AuthenticationStatement data);
abstract member WriteAuthenticationStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2AuthenticationStatement -> unit
override this.WriteAuthenticationStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2AuthenticationStatement -> unit
Protected Overridable Sub WriteAuthenticationStatement (writer As XmlWriter, data As Saml2AuthenticationStatement)

Parametri

writer
XmlWriter

XmlWriter con cui scrivere i dati.

data
Saml2AuthenticationStatement

Dati da scrivere.

Eccezioni

data è null.

-oppure-

writer è null.

Si applica a