ITokenCache.SerializeAdalV3 Method

Definition

Caution

Use ITokenCacheSerializer.SerializeAdalV3 on the TokenCacheNotificationArgs in the cache callback. Read more: https://aka.ms/msal-net-4x-cache-breaking-change

Functionality replaced by SerializeAdalV3() and is accessible in TokenCacheNotificationArgs.

[System.Obsolete("Use ITokenCacheSerializer.SerializeAdalV3 on the TokenCacheNotificationArgs in the cache callback. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)]
public byte[] SerializeAdalV3 ();
[<System.Obsolete("Use ITokenCacheSerializer.SerializeAdalV3 on the TokenCacheNotificationArgs in the cache callback. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)>]
abstract member SerializeAdalV3 : unit -> byte[]
Public Function SerializeAdalV3 () As Byte()

Returns

Byte[]

Byte stream representation of the cache

Attributes

Remarks

SerializeMsalV3()/DeserializeMsalV3(Byte[], Boolean) is compatible with other MSAL libraries such as MSAL for Python and MSAL for Java.

Applies to