TokenCache.SerializeMsalV2 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 byte[] SerializeMsalV2 ();
[<System.Obsolete("This is removed in MSAL.NET v4. Read more: https://aka.ms/msal-net-4x-cache-breaking-change", false)>]
abstract member SerializeMsalV2 : unit -> byte[]
override this.SerializeMsalV2 : unit -> byte[]
Public Function SerializeMsalV2 () As Byte()

Returns

Byte[]

Implements

Attributes

Applies to