MiddlewareExtensions

Namespace: ASPSecurityKit.NetCore.Middleware
Assembly: ASPSecurityKit.NetCore.dll

Summary

Exposes security middleware extensions needed by ASPSecurityKit for the ASP.NET Core based applications.

Methods

UseRequestBuffering(app)

Summary

Adds the request buffering middleware.

Parameters
Name Type Description
app Microsoft.AspNetCore.Builder.IApplicationBuilder The application builder.