Edit

Share via


Saml2Conditions.AudienceRestrictions Property

Definition

Gets a collection that specifies the audience to which the assertion is addressed. [Saml2Core, 2.5.1]

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2AudienceRestriction ^> ^ AudienceRestrictions { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2AudienceRestriction ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2AudienceRestriction> AudienceRestrictions { get; }
member this.AudienceRestrictions : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2AudienceRestriction>
Public ReadOnly Property AudienceRestrictions As Collection(Of Saml2AudienceRestriction)

Property Value

A collection of type Saml2AudienceRestriction that specifies the audience for the assertion. If the collection is empty no restrictions on the audience apply.

Remarks

The AudienceRestrictions element.

Applies to