TokenCache.DeserializeMsalV3(Byte[], Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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