AllowedAudienceUriElement::AllowedAudienceUri Property

 

Gets or sets a string specifying the URI of an audience that can access a particular service.

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

public:
[ConfigurationPropertyAttribute("allowedAudienceUri", Options = ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 1)]
property String^ AllowedAudienceUri {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string specifying the URI of an audience that can access a particular service.

.NET Framework
Available since 3.0
Return to top
Show: