Saml2SecurityTokenHandler.ReadAssertion(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:Assertion> element.
protected:
virtual System::IdentityModel::Tokens::Saml2Assertion ^ ReadAssertion(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Assertion ReadAssertion (System.Xml.XmlReader reader);
abstract member ReadAssertion : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Assertion
override this.ReadAssertion : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Assertion
Protected Overridable Function ReadAssertion (reader As XmlReader) As Saml2Assertion
Parameters
Returns
A Saml2Assertion that represents the Assertion element that is read.
Exceptions
reader
is null
.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.