SamlSerializer.ReadSubject(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.
Read the SamlSubject from the XmlReader.
protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlSubject ReadSubject (System.Xml.XmlDictionaryReader reader);
abstract member ReadSubject : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlSubject
override this.ReadSubject : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlSubject
Protected Overridable Function ReadSubject (reader As XmlDictionaryReader) As SamlSubject
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a SamlSubject element.
Returns
An instance of SamlSubject .