Aracılığıyla paylaş


IISServerAuthenticationHandler Sınıf

Tanım

Dikkat

The IISServerAuthenticationHandler is obsolete and will be removed in a future release.

IIS In-Process ile varsayılan kimlik doğrulama işleyicisi

public ref class IISServerAuthenticationHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
[System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")]
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandler
[<System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")>]
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandler
Public Class IISServerAuthenticationHandler
Implements IAuthenticationHandler
Devralma
IISServerAuthenticationHandler
Öznitelikler
Uygulamalar

Oluşturucular

IISServerAuthenticationHandler()
Geçersiz.

IIS In-Process ile varsayılan kimlik doğrulama işleyicisi

Yöntemler

AuthenticateAsync()
Geçersiz.

Geçerli isteğin kimliğini doğrulayın.

ChallengeAsync(AuthenticationProperties)
Geçersiz.

Geçerli isteğe meydan okuyun.

ForbidAsync(AuthenticationProperties)
Geçersiz.

Geçerli isteği yasakla.

InitializeAsync(AuthenticationScheme, HttpContext)
Geçersiz.

Kimlik doğrulama işleyicisini başlatın. İşleyici, bu yöntemin bir parçası olarak istekten ve şemadan ihtiyaç duyduğu her şeyi başlatmalıdır.

Şunlara uygulanır