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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.