3 references to AllowedAudienceUri
System.ServiceModel (3)
System\ServiceModel\Configuration\AllowedAudienceUriElement.cs (3)
14
[ConfigurationProperty(ConfigurationStrings.
AllowedAudienceUri
, Options = ConfigurationPropertyOptions.IsKey )]
18
get { return (string)base[ConfigurationStrings.
AllowedAudienceUri
]; }
25
base[ConfigurationStrings.
AllowedAudienceUri
] = value;