IAuthenticationFilter.OnAuthentication(AuthenticationContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Authentifie la requête.
public void OnAuthentication (System.Web.Mvc.Filters.AuthenticationContext filterContext);
abstract member OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
Public Sub OnAuthentication (filterContext As AuthenticationContext)
Paramètres
- filterContext
- AuthenticationContext
Contexte à utiliser pour l'authentification.