OperationValidationEventArgs.ClaimSets Propriedade
Definição
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)
Valor da propriedade
A coleção de objetos ClaimSet que contém as declarações que foram adicionadas ao contexto de autorização da operação.The collection of ClaimSet objects that contains the claims that have been added to the operation's authorization context.