Saml2AudienceRestriction.Audiences 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 of URIs that specifies the audiences to which the assertion is addressed. The condition is valid if the relying party is a member of any of the specified audiences.
public:
property System::Collections::ObjectModel::Collection<Uri ^> ^ Audiences { System::Collections::ObjectModel::Collection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Uri> Audiences { get; }
member this.Audiences : System.Collections.ObjectModel.Collection<Uri>
Public ReadOnly Property Audiences As Collection(Of Uri)
Property Value
A collection of type Uri that specifies the audiences.
Remarks
The Audience elements contained by the AudienceRestriction element.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.