SecurityTokenHandlerConfigurationElement::AudienceUris Property
.NET Framework (current version)
Gets the AudienceUriElementCollection that is associated with this token handler configuration element.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("audienceUris", IsRequired = false)] property AudienceUriElementCollection^ AudienceUris { AudienceUriElementCollection^ get(); }
Property Value
Type: System.IdentityModel.Configuration::AudienceUriElementCollection^The collection of audience URIs that are configured for this token handler configuration element.
Corresponds to the <audienceUris> element that is configured under the <securityTokenHandlerConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: