Share via


Saml2Serializer.WriteAuthenticationContext Method

Definition

Writes the <saml:AuthnContext> element.

protected virtual void WriteAuthenticationContext (System.Xml.XmlWriter writer, Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext authenticationContext);
abstract member WriteAuthenticationContext : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext -> unit
override this.WriteAuthenticationContext : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext -> unit
Protected Overridable Sub WriteAuthenticationContext (writer As XmlWriter, authenticationContext As Saml2AuthenticationContext)

Parameters

writer
XmlWriter

A XmlWriter to serialize the Saml2AuthenticationContext.

authenticationContext
Saml2AuthenticationContext

The Saml2AuthenticationContext to serialize.

Applies to