Microsoft.Identity.Client.PlatformsCommon.Shared.NullLegacyCachePersistence
namespace Microsoft.Identity.Client.PlatformsCommon.Shared
{
internal class NullLegacyCachePersistence : ILegacyCachePersistence
{
public byte[] ();
public void (byte[] serializedCache);
public NullLegacyCachePersistence();
}
}