SamlSecurityTokenHandler.ReadAudienceRestrictionCondition(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.
Reads the <saml:AudienceRestrictionCondition> element from the specified XML reader.
protected:
virtual System::IdentityModel::Tokens::SamlAudienceRestrictionCondition ^ ReadAudienceRestrictionCondition(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlAudienceRestrictionCondition ReadAudienceRestrictionCondition (System.Xml.XmlReader reader);
abstract member ReadAudienceRestrictionCondition : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAudienceRestrictionCondition
override this.ReadAudienceRestrictionCondition : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlAudienceRestrictionCondition
Protected Overridable Function ReadAudienceRestrictionCondition (reader As XmlReader) As SamlAudienceRestrictionCondition
Parameters
- reader
- XmlReader
An XML reader positioned at the <saml:AudienceRestrictionCondition> element to read.
Returns
A SamlAudienceRestrictionCondition that represents the element that was read.
Exceptions
reader
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.