Saml2Serializer.ReadAuthorizationDecisionStatement 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.Saml2.Saml2AuthorizationDecisionStatement ReadAuthorizationDecisionStatement (System.Xml.XmlDictionaryReader reader);
abstract member ReadAuthorizationDecisionStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthorizationDecisionStatement
override this.ReadAuthorizationDecisionStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthorizationDecisionStatement
Protected Overridable Function ReadAuthorizationDecisionStatement (reader As XmlDictionaryReader) As Saml2AuthorizationDecisionStatement
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2AuthorizationDecisionStatement element.
Returns
A Saml2AuthorizationDecisionStatement instance.