Saml2Serializer.WriteAuthenticationContext 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 <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.