Share via


ResultContext<TOptions> 생성자

정의

ResultContext<TOptions>의 새 인스턴스를 초기화합니다.

protected:
 ResultContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, TOptions options);
protected ResultContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, TOptions options);
new Microsoft.AspNetCore.Authentication.ResultContext<'Options (requires 'Options :> Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions)> : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * 'Options -> Microsoft.AspNetCore.Authentication.ResultContext<'Options (requires 'Options :> Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions)>
Protected Sub New (context As HttpContext, scheme As AuthenticationScheme, options As TOptions)

매개 변수

context
HttpContext

컨텍스트입니다.

scheme
AuthenticationScheme

인증 체계입니다.

options
TOptions

스키마와 연결된 인증 옵션입니다.

적용 대상