SamlSerializer.ReadAuthorityBinding(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 a <saml:Binding> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding ReadAuthorityBinding (System.Xml.XmlDictionaryReader reader);
abstract member ReadAuthorityBinding : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding
override this.ReadAuthorityBinding : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding
Protected Overridable Function ReadAuthorityBinding (reader As XmlDictionaryReader) As SamlAuthorityBinding
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a SamlAssertion element.
Returns
A SamlAuthorityBinding instance.