Sdílet prostřednictvím


DeleteClaimAction(String) Konstruktor

Definice

Vytvoří novou 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)

Parametry

claimType
String

Typ deklarace identity, která se má odstranit.

Platí pro