Saml2ProxyRestriction.Audiences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the set of audiences to whom the asserting party permits new assertions to be issued on the basis of this assertion.
public:
property System::Collections::ObjectModel::Collection<Uri ^> ^ Audiences { System::Collections::ObjectModel::Collection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Uri> Audiences { get; }
member this.Audiences : System.Collections.ObjectModel.Collection<Uri>
Public ReadOnly Property Audiences As Collection(Of Uri)
Property Value
A collection of type Uri that contains the addresses of the entities about which new assertions can be issued.
Remarks
The Audiences element.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.