AllowedAudienceUriElement::AllowedAudienceUri Property
.NET Framework (current version)
Gets or sets a string specifying the URI of an audience that can access a particular service.
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
Available since 3.0
Show: