Controller.IAuthenticationFilter.OnAuthentication Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Этот метод вызывает метод OnAuthentication.
void IAuthenticationFilter.OnAuthentication (System.Web.Mvc.Filters.AuthenticationContext filterContext);
abstract member System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
override this.System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
Sub OnAuthentication (filterContext As AuthenticationContext) Implements IAuthenticationFilter.OnAuthentication
Параметры
- filterContext
- AuthenticationContext
Контекст фильтра.