ServerAuthenticationStateProvider 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AuthenticationStateProvider 서버 쪽 Blazor에서 사용하기 위한 입니다.
public ref class ServerAuthenticationStateProvider : Microsoft::AspNetCore::Components::Authorization::AuthenticationStateProvider, Microsoft::AspNetCore::Components::Authorization::IHostEnvironmentAuthenticationStateProvider
public class ServerAuthenticationStateProvider : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider, Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider
type ServerAuthenticationStateProvider = class
inherit AuthenticationStateProvider
interface IHostEnvironmentAuthenticationStateProvider
Public Class ServerAuthenticationStateProvider
Inherits AuthenticationStateProvider
Implements IHostEnvironmentAuthenticationStateProvider
- 상속
- 파생
- 구현
생성자
ServerAuthenticationStateProvider() |
AuthenticationStateProvider 서버 쪽 Blazor에서 사용하기 위한 입니다. |
메서드
GetAuthenticationStateAsync() |
현재 사용자를 설명하는 을 AuthenticationState 비동기적으로 가져옵니다. |
NotifyAuthenticationStateChanged(Task<AuthenticationState>) |
AuthenticationStateChanged 이벤트를 발생시킵니다. (다음에서 상속됨 AuthenticationStateProvider) |
SetAuthenticationState(Task<AuthenticationState>) |
업데이트된 인증 상태 데이터를 에 AuthenticationStateProvider제공합니다. |
이벤트
AuthenticationStateChanged |
가 변경된 경우 AuthenticationState 알림을 제공하는 이벤트입니다. 예를 들어 사용자가 로그인하거나 로그아웃하는 경우 이 이벤트가 발생할 수 있습니다. (다음에서 상속됨 AuthenticationStateProvider) |