Set Method
Definition
- Namespace
- Cuemon.AspNetCore.Authentication
- Assemblies
- Cuemon.AspNetCore.Authentication.dll
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
resultAuthenticateResultThe AuthenticateResult to propagate.
contextHttpContextThe HttpContext to use as propagation channel.