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