次の方法で共有


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

適用対象