Saml2Serializer.ReadAttributeStatement(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:AttributeStatement> element, or a <saml:Statement element that specifies an xsi:type of saml:AttributeStatementType.
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2AttributeStatement ReadAttributeStatement (System.Xml.XmlDictionaryReader reader);
abstract member ReadAttributeStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AttributeStatement
override this.ReadAttributeStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AttributeStatement
Protected Overridable Function ReadAttributeStatement (reader As XmlDictionaryReader) As Saml2AttributeStatement
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2AttributeStatement element.
Returns
A Saml2AttributeStatement instance.