ITokenCache.SerializeMsalV3 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
Use ITokenCacheSerializer.SerializeMsalV3 on the TokenCacheNotificationArgs in the cache callback. Read more: https://aka.ms/msal-net-4x-cache-breaking-change
Functionality replaced by SerializeMsalV3() and is accessible in TokenCacheNotificationArgs.
[System.Obsolete("Use ITokenCacheSerializer.SerializeMsalV3 on the TokenCacheNotificationArgs in the cache callback. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)]
public byte[] SerializeMsalV3 ();
[<System.Obsolete("Use ITokenCacheSerializer.SerializeMsalV3 on the TokenCacheNotificationArgs in the cache callback. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)>]
abstract member SerializeMsalV3 : unit -> byte[]
Public Function SerializeMsalV3 () As Byte()
Returns
Byte stream representation of the cache
- Attributes
Remarks
This is the recommended format for maintaining SSO state between applications. SerializeMsalV3()/DeserializeMsalV3(Byte[], Boolean) is compatible with other MSAL libraries such as MSAL for Python and MSAL for Java.