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 |
|---|---|---|
| IMigrationContext | context | |
| ICookieManager | cookieManager |
Methods
Migrate()
Declaration
protected override void Migrate()