Class ClearCsrfCookies
Clears Csrf tokens.
Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
Assembly: cs.temp.dll.dll
Syntax
public class ClearCsrfCookies : MigrationBase
Constructors
ClearCsrfCookies(IMigrationContext, ICookieManager)
Declaration
public ClearCsrfCookies(IMigrationContext context, ICookieManager cookieManager)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context | |
ICookie |
cookieManager |
Methods
Migrate()
Declaration
protected override void Migrate()