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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา