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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.