Sdílet prostřednictvím


OperationValidationEventArgs.ClaimSets Vlastnost

Definice

Kolekce ClaimSet objektů, které obsahují deklarace, které byly přidány do autorizačního kontextu operace.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Claims::ClaimSet ^> ^ ClaimSets { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Claims::ClaimSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Claims.ClaimSet> ClaimSets { get; }
member this.ClaimSets : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Claims.ClaimSet>
Public ReadOnly Property ClaimSets As ReadOnlyCollection(Of ClaimSet)

Hodnota vlastnosti

ReadOnlyCollection<ClaimSet>

Kolekce ClaimSet objektů, které obsahují deklarace, které byly přidány do autorizačního kontextu operace.

Platí pro