Table of Contents

Set Method

Definition

Namespace
Cuemon.AspNetCore.Authentication
Assemblies
Cuemon.AspNetCore.Authentication.dll
Source
src/Cuemon.AspNetCore.Authentication/AuthenticationHandlerFeature.cs

Set(AuthenticateResult, HttpContext)

Provides a convenient and consistent way of propagating HTTP features for IAuthenticateResultFeature and IHttpAuthenticationFeature.

public static void Set(AuthenticateResult result, HttpContext context)

Parameters

result AuthenticateResult

The AuthenticateResult to propagate.

context HttpContext

The HttpContext to use as propagation channel.