Share via


RemoteAuthenticatorViewCore<TAuthenticationState>.AuthenticationState 屬性

定義

取得或設定 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
屬性

適用於