IssuedTokenServiceElement::AllowedAudienceUris Property

 

Gets a collection of audience URIs that are allowed in the element.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("allowedAudienceUris")]
property AllowedAudienceUriElementCollection^ AllowedAudienceUris {
	AllowedAudienceUriElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::AllowedAudienceUriElementCollection^

A collection of audience URIs that are allowed in the element.

For more information on this property, see <allowedAudienceUris>

.NET Framework
Available since 3.0
Return to top
Show: