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