|
Portfolio.Web 1.0.0.0
.NET, Blazor, WPF와 서비스 운영 경험을 프로젝트·이력·기술 스택 단위로 보여주는 개발자 포트폴리오입니다.
|
Public 멤버 함수 | |
| PortfolioUserContext (AuthenticationStateProvider authenticationStateProvider) | |
| async Task< PortfolioCurrentUser > | GetCurrentAsync () |
Private 속성 | |
| readonly AuthenticationStateProvider | _authenticationStateProvider |
Portfolio User Context 기능과 관련 상태를 캡슐화합니다.
PortfolioUserContext.cs 파일의 50 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 PortfolioUserContext 클래스의 새 인스턴스를 초기화합니다.
| authenticationStateProvider | authentication State Provider에 사용할 AuthenticationStateProvider 값입니다. |
PortfolioUserContext.cs 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider.
|
inline |
Current Async 값을 가져옵니다.
Task<PortfolioCurrentUser> 결과입니다.PortfolioUserContext.cs 파일의 99 번째 라인에서 정의되었습니다.
다음을 참조함 : _authenticationStateProvider, PortfolioApp.Services.PortfolioCurrentUser().

|
private |
authentication State Provider 값을 보관합니다.
PortfolioUserContext.cs 파일의 60 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetCurrentAsync(), PortfolioUserContext().