Partager via


Saml2Serializer.WriteSubjectLocality(XmlWriter, Saml2SubjectLocality) Method

Definition

Writes the <saml:SubjectLocality> element.

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

Parameters

writer
XmlWriter

A XmlWriter to serialize the Saml2SubjectLocality.

subjectLocality
Saml2SubjectLocality

The Saml2SubjectLocality to serialize.

Applies to