ClaimsTransformationMiddleware Class¶
- Namespace
Microsoft.AspNetCore.Authentication- Assemblies
- Microsoft.AspNetCore.Authentication
Syntax¶
public class ClaimsTransformationMiddleware
-
class
Microsoft.AspNetCore.Authentication.ClaimsTransformationMiddleware
Constructors¶
-
ClaimsTransformationMiddleware(Microsoft.AspNetCore.Http.RequestDelegate, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.ClaimsTransformationOptions>)¶ public ClaimsTransformationMiddleware(RequestDelegate next, IOptions<ClaimsTransformationOptions> options)
-
Methods¶
-
Invoke(Microsoft.AspNetCore.Http.HttpContext)¶ Return type: System.Threading.Tasks.Task public Task Invoke(HttpContext context)
-
Properties¶
-
Microsoft.AspNetCore.Authentication.ClaimsTransformationMiddleware.Options¶ Return type: Microsoft.AspNetCore.Builder.ClaimsTransformationOptions public ClaimsTransformationOptions Options { get; set; }
-