SamlSerializer.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 a <saml:Assertion> element.
public virtual Microsoft.IdentityModel.Tokens.Saml.SamlAssertion ReadAssertion (System.Xml.XmlReader reader);
abstract member ReadAssertion : System.Xml.XmlReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAssertion
override this.ReadAssertion : System.Xml.XmlReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAssertion
Public Overridable Function ReadAssertion (reader As XmlReader) As SamlAssertion
Parameters
Returns
A SamlAssertion instance.
Exceptions
If reader
is null.