Saml2Serializer.ReadAuthenticationStatement(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:AuthnStatement> element or a <saml:Statement> element that specifies an xsi:type of saml:AuthnStatementType.
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement ReadAuthenticationStatement (System.Xml.XmlDictionaryReader reader);
abstract member ReadAuthenticationStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
override this.ReadAuthenticationStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
Protected Overridable Function ReadAuthenticationStatement (reader As XmlDictionaryReader) As Saml2AuthenticationStatement
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2AuthenticationStatement element.
Returns
A Saml2AuthenticationStatement instance.