다음을 통해 공유


TokenCache.DeserializeMsalV3(Byte[], Boolean) Method

Definition

Caution

This is removed in MSAL.NET v4. Read more: https://aka.ms/msal-net-4x-cache-breaking-change

This is removed in MSAL.NET v4. Read more: https://aka.ms/msal-net-4x-cache-breaking-change

[System.Obsolete("This is removed in MSAL.NET v4. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)]
public void DeserializeMsalV3 (byte[] msalV3State, bool shouldClearExistingCache);
[<System.Obsolete("This is removed in MSAL.NET v4. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)>]
abstract member DeserializeMsalV3 : byte[] * bool -> unit
override this.DeserializeMsalV3 : byte[] * bool -> unit
Public Sub DeserializeMsalV3 (msalV3State As Byte(), shouldClearExistingCache As Boolean)

Parameters

msalV3State
Byte[]
shouldClearExistingCache
Boolean

Implements

Attributes

Applies to