Saml2Serializer.WriteSubjectLocality(XmlWriter, Saml2SubjectLocality) 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: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.