Share via


SamlSerializer.ReadAuthenticationStatement(XmlDictionaryReader) Method

Definition

Read the saml:AuthenticationStatement.

protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement ReadAuthenticationStatement (System.Xml.XmlDictionaryReader reader);
abstract member ReadAuthenticationStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement
override this.ReadAuthenticationStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement
Protected Overridable Function ReadAuthenticationStatement (reader As XmlDictionaryReader) As SamlAuthenticationStatement

Parameters

reader
XmlDictionaryReader

XmlReader positioned at a saml:AuthenticationStatement.

Returns

SamlAuthenticationStatement

Exceptions

The input parameter 'reader' is null. or the statement contains a unknown child element.

Applies to