SamlSerializer.WriteAuthenticationStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- statement
- SamlAuthenticationStatement
The SamlAuthenticationStatement to serialize.
Exceptions
if statement
is null.