Partilhar via


ClaimsAuthorizationRequirement(String, IEnumerable<String>) Construtor

Definição

Cria uma nova instância de ClaimsAuthorizationRequirement.

public:
 ClaimsAuthorizationRequirement(System::String ^ claimType, System::Collections::Generic::IEnumerable<System::String ^> ^ allowedValues);
public ClaimsAuthorizationRequirement (string claimType, System.Collections.Generic.IEnumerable<string> allowedValues);
public ClaimsAuthorizationRequirement (string claimType, System.Collections.Generic.IEnumerable<string>? allowedValues);
new Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement : string * seq<string> -> Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement
Public Sub New (claimType As String, allowedValues As IEnumerable(Of String))

Parâmetros

claimType
String

O tipo de declaração que deve estar presente.

allowedValues
IEnumerable<String>

Lista opcional de valores de declaração. Se especificada, a declaração deve corresponder a um ou mais desses valores.

Aplica-se a