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
属性

适用于