Saml2Serializer.ReadSubjectConfirmationData(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:SubjectConfirmationData> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmationData ReadSubjectConfirmationData (System.Xml.XmlDictionaryReader reader);
abstract member ReadSubjectConfirmationData : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmationData
override this.ReadSubjectConfirmationData : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmationData
Protected Overridable Function ReadSubjectConfirmationData (reader As XmlDictionaryReader) As Saml2SubjectConfirmationData
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2SubjectConfirmationData element.
Returns
An instance of Saml2SubjectConfirmationData .
Remarks
The default implementation handles the unextended element as well as the extended type saml:KeyInfoConfirmationDataType.