Share via


SamlSerializer.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.Saml.SamlAttributeStatement ReadAttributeStatement (System.Xml.XmlDictionaryReader reader);
abstract member ReadAttributeStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAttributeStatement
override this.ReadAttributeStatement : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAttributeStatement
Protected Overridable Function ReadAttributeStatement (reader As XmlDictionaryReader) As SamlAttributeStatement

Parameters

reader
XmlDictionaryReader

A XmlReader positioned at a SamlAttributeStatement element.

Returns

A SamlAttributeStatement instance.

Applies to