Partager via


Saml2Serializer.ReadAttributeStatement(XmlDictionaryReader) Method

Definition

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.

Applies to