AuthenticationStateDeserializationOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PersistentComponentStateを使用してサーバーからクライアントの AuthenticationState の JSON 逆シリアル化を構成するためのオプションを提供します。
public sealed class AuthenticationStateDeserializationOptions
type AuthenticationStateDeserializationOptions = class
Public NotInheritable Class AuthenticationStateDeserializationOptions
- 継承
-
AuthenticationStateDeserializationOptions
コンストラクター
AuthenticationStateDeserializationOptions() |
PersistentComponentStateを使用してサーバーからクライアントの AuthenticationState の JSON 逆シリアル化を構成するためのオプションを提供します。 |
プロパティ
DeserializationCallback |
PersistentComponentState を使用してサーバーから逆シリアル化された JSON AuthenticationStateData を、WebAssembly クライアントの AuthenticationStateProviderによって返される AuthenticationState オブジェクトに変換するための既定の実装。 |