DeleteClaimAction(String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo DeleteClaimAction.
public:
DeleteClaimAction(System::String ^ claimType);
public DeleteClaimAction (string claimType);
new Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction : string -> Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction
Public Sub New (claimType As String)
Parâmetros
- claimType
- String
O ClaimType de Declarações a serem excluídas.