Saml2SecurityTokenHandler.ReadSubjectConfirmationData(XmlReader) 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 System::IdentityModel::Tokens::Saml2SubjectConfirmationData ^ ReadSubjectConfirmationData(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2SubjectConfirmationData ReadSubjectConfirmationData (System.Xml.XmlReader reader);
abstract member ReadSubjectConfirmationData : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2SubjectConfirmationData
override this.ReadSubjectConfirmationData : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2SubjectConfirmationData
Protected Overridable Function ReadSubjectConfirmationData (reader As XmlReader) As Saml2SubjectConfirmationData
Parameters
Returns
A Saml2SubjectConfirmationData that represents the SubjectConfirmationData element that was read.
Exceptions
reader
is null
.
Remarks
The default implementation handles the unextended element as well as the extended type saml:KeyInfoConfirmationDataType.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.