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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.