Saml2Conditions.AudienceRestrictions 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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.