다음을 통해 공유


AuthenticationFailedContext 생성자

정의

새 컨텍스트 개체를 만듭니다.

public:
 AuthenticationFailedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::WsFederation::WsFederationOptions ^ options);
public AuthenticationFailedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions options);
new Microsoft.AspNetCore.Authentication.WsFederation.AuthenticationFailedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions -> Microsoft.AspNetCore.Authentication.WsFederation.AuthenticationFailedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As WsFederationOptions)

매개 변수

context
HttpContext

적용 대상