SamlSerializer.WriteAuthenticationStatement Method

Definition

Writes the <AuthenticationStatement> element.

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

Parameters

writer
XmlWriter

A XmlWriter to serialize the SamlAuthenticationStatement.

Exceptions

if statement is null.

Applies to