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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.