다음을 통해 공유


RemoteAuthenticatorViewCore<TAuthenticationState>.AuthenticationState 속성

정의

인증 작업 중에 보존할 instance 가져오거나 설정합니다 TAuthenticationState .

public:
 property TAuthenticationState AuthenticationState { TAuthenticationState get(); void set(TAuthenticationState value); };
[Microsoft.AspNetCore.Components.Parameter]
public TAuthenticationState AuthenticationState { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.AuthenticationState : 'AuthenticationState with get, set
Public Property AuthenticationState As TAuthenticationState

속성 값

TAuthenticationState
특성

적용 대상