AuthenticationManager Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.
public ref class AuthenticationManager abstract
public abstract class AuthenticationManager
[System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")]
public abstract class AuthenticationManager
type AuthenticationManager = class
[<System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")>]
type AuthenticationManager = class
Public MustInherit Class AuthenticationManager
- Наследование
-
AuthenticationManager
- Атрибуты
Конструкторы
| AuthenticationManager() |
Поля
| AutomaticScheme |
Устаревшие..
Константы, используемые для представления автоматической схемы |
Свойства
| HttpContext |
Методы
| AuthenticateAsync(AuthenticateContext) | |
| AuthenticateAsync(String) | |
| ChallengeAsync() | |
| ChallengeAsync(AuthenticationProperties) | |
| ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) | |
| ChallengeAsync(String, AuthenticationProperties) | |
| ChallengeAsync(String) | |
| ForbidAsync() |
Устаревшие..
Создает запрос для диспетчера проверки подлинности с помощью Forbidden. |
| ForbidAsync(AuthenticationProperties) |
Устаревшие..
Создает запрос для диспетчера проверки подлинности с помощью Forbidden. |
| ForbidAsync(String, AuthenticationProperties) | |
| ForbidAsync(String) | |
| GetAuthenticateInfoAsync(String) | |
| GetAuthenticationSchemes() | |
| SignInAsync(String, ClaimsPrincipal, AuthenticationProperties) | |
| SignInAsync(String, ClaimsPrincipal) | |
| SignOutAsync(String, AuthenticationProperties) | |
| SignOutAsync(String) | |
Методы расширения
| GetTokenAsync(AuthenticationManager, String, String) | |
| GetTokenAsync(AuthenticationManager, String) |