SamlSecurityTokenHandler.ReadAuthorityBinding(XmlReader) 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.
Read the <saml:AuthorityBinding> element.
protected:
virtual System::IdentityModel::Tokens::SamlAuthorityBinding ^ ReadAuthorityBinding(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlAuthorityBinding ReadAuthorityBinding (System.Xml.XmlReader reader);
abstract member ReadAuthorityBinding : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAuthorityBinding
override this.ReadAuthorityBinding : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAuthorityBinding
Protected Overridable Function ReadAuthorityBinding (reader As XmlReader) As SamlAuthorityBinding
Parameters
- reader
- XmlReader
An XML reader positioned at the <saml:AuthorityBinding> element.
Returns
The SamlAuthorityBinding that was read.
Exceptions
reader
is null
.
reader
is not positioned at a saml:AuthorityBinding element or contains an unrecognized child element or a child element that is not valid.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา