IdentityConfigurationElement::AudienceUris Property

.NET Framework (current version)
 

Gets the AudienceUriElementCollection that is associated with this identity configuration element.

Namespace:   System.IdentityModel.Configuration
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 identity configuration element.

Corresponds to the <audienceUris> element that is configured under the <identityConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: