ChallengeContext 생성자

정의

ChallengeContext를 만듭니다.

public:
 ChallengeContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::Negotiate::NegotiateOptions ^ options, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions options, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As NegotiateOptions, properties As AuthenticationProperties)

매개 변수

context
HttpContext

컨텍스트입니다.

scheme
AuthenticationScheme

인증 체계입니다.

options
NegotiateOptions

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

properties
AuthenticationProperties

인증 속성입니다.

적용 대상