Show / Hide Table of Contents

Class BankIdCspMiddleware

Middelware allowing ActiveLogin BankID to execute inline scripts.

Inheritance
Object
BankIdCspMiddleware
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class BankIdCspMiddleware

Constructors

BankIdCspMiddleware(RequestDelegate)

Creates a new BankIdCspMiddleware.

Declaration
public BankIdCspMiddleware(RequestDelegate next)
Parameters
Microsoft.AspNetCore.Http.RequestDelegate next

The Microsoft.AspNetCore.Http.RequestDelegate representing the next middleware in the pipeline.

Methods

Invoke(HttpContext)

Invokes the logic of the middleware.

Declaration
public async Task Invoke(HttpContext context)
Parameters
Microsoft.AspNetCore.Http.HttpContext context

The Microsoft.AspNetCore.Http.HttpContext.

Returns
System.Threading.Tasks.Task

A System.Threading.Tasks.Task that completes when the middleware has completed processing.

Back to top Generated by DocFX