Saml2Serializer.ReadSubjectLocality(XmlDictionaryReader) 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.
Reads the <saml:SubjectLocality> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectLocality ReadSubjectLocality (System.Xml.XmlDictionaryReader reader);
abstract member ReadSubjectLocality : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectLocality
override this.ReadSubjectLocality : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectLocality
Protected Overridable Function ReadSubjectLocality (reader As XmlDictionaryReader) As Saml2SubjectLocality
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2SubjectLocality element.
Returns
An instance of Saml2SubjectLocality .