2 instantiations of AllowedAudienceUriElement
System.ServiceModel (2)
System\ServiceModel\Configuration\AllowedAudienceUriElementCollection.cs (1)
18
return new
AllowedAudienceUriElement
();
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
135
AllowedAudienceUriElement copy = new
AllowedAudienceUriElement
();
7 references to AllowedAudienceUriElement
System.ServiceModel (7)
System\ServiceModel\Configuration\AllowedAudienceUriElementCollection.cs (4)
9
[ConfigurationCollection(typeof(
AllowedAudienceUriElement
), CollectionType = ConfigurationElementCollectionType.BasicMap)]
10
public sealed partial class AllowedAudienceUriElementCollection : ServiceModelConfigurationElementCollection<
AllowedAudienceUriElement
>
28
AllowedAudienceUriElement
configElementKey = (
AllowedAudienceUriElement
)element;
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (3)
133
foreach (
AllowedAudienceUriElement
src in from.AllowedAudienceUris)
135
AllowedAudienceUriElement
copy = new AllowedAudienceUriElement();
190
foreach (
AllowedAudienceUriElement
src in this.AllowedAudienceUris)