SamlSerializer.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.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.