SamlSecurityTokenHandler.ReadAuthorizationDecisionStatement(XmlReader) Method

Definition

Reads the <saml:AuthzDecisionStatement> element or a <saml:Statement> element that specifies an xsi:type of saml:AuthzDecisionStatementType.

protected:
 virtual System::IdentityModel::Tokens::SamlAuthorizationDecisionStatement ^ ReadAuthorizationDecisionStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlAuthorizationDecisionStatement ReadAuthorizationDecisionStatement (System.Xml.XmlReader reader);
abstract member ReadAuthorizationDecisionStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAuthorizationDecisionStatement
override this.ReadAuthorizationDecisionStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAuthorizationDecisionStatement
Protected Overridable Function ReadAuthorizationDecisionStatement (reader As XmlReader) As SamlAuthorizationDecisionStatement

Parameters

reader
XmlReader

An XmlReader positioned at the element to read.

Returns

A SamlAuthorizationDecisionStatement that represents the element that is read.

Exceptions

reader is null.

Applies to