ClaimsTransformationContext(HttpContext) 생성자

정의

public:
 ClaimsTransformationContext(Microsoft::AspNetCore::Http::HttpContext ^ context);
public ClaimsTransformationContext (Microsoft.AspNetCore.Http.HttpContext context);
new Microsoft.AspNetCore.Authentication.ClaimsTransformationContext : Microsoft.AspNetCore.Http.HttpContext -> Microsoft.AspNetCore.Authentication.ClaimsTransformationContext
Public Sub New (context As HttpContext)

매개 변수

context
HttpContext

적용 대상