SamlSerializer.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.
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.