6 references to Audience
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
3447if (!reader.IsStartElement(Saml2Constants.Elements.Audience, Saml2Constants.Namespace)) 3449reader.ReadStartElement(Saml2Constants.Elements.Audience, Saml2Constants.Namespace); 3456while (reader.IsStartElement(Saml2Constants.Elements.Audience, Saml2Constants.Namespace)) 3512writer.WriteElementString(Saml2Constants.Elements.Audience, Saml2Constants.Namespace, audience.OriginalString); 4811while (reader.IsStartElement(Saml2Constants.Elements.Audience, Saml2Constants.Namespace)) 4866writer.WriteElementString(Saml2Constants.Elements.Audience, uri.AbsoluteUri);