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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.