ClaimsTransformationContext Class¶
- Namespace
Microsoft.AspNetCore.Authentication- Assemblies
- Microsoft.AspNetCore.Authentication
Syntax¶
public class ClaimsTransformationContext
-
class
Microsoft.AspNetCore.Authentication.ClaimsTransformationContext
Constructors¶
-
ClaimsTransformationContext(Microsoft.AspNetCore.Http.HttpContext)¶ public ClaimsTransformationContext(HttpContext context)
-
Properties¶
-
Microsoft.AspNetCore.Authentication.ClaimsTransformationContext.Context¶ Return type: Microsoft.AspNetCore.Http.HttpContext public HttpContext Context { get; }
-
Microsoft.AspNetCore.Authentication.ClaimsTransformationContext.Principal¶ Return type: System.Security.Claims.ClaimsPrincipal public ClaimsPrincipal Principal { get; set; }
-