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