次の方法で共有


RevalidatingServerAuthenticationStateProvider(ILoggerFactory) コンストラクター

定義

のインスタンス RevalidatingServerAuthenticationStateProviderを構築します。

public:
 RevalidatingServerAuthenticationStateProvider(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public RevalidatingServerAuthenticationStateProvider (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider
Public Sub New (loggerFactory As ILoggerFactory)

パラメーター

loggerFactory
ILoggerFactory

ロガー ファクトリ。

適用対象