Skip to content

Commit 43db800

Browse files
authored
Merge pull request #112613 from jmprieur/updateMicrosoftIdentityWeb
Addressing https://github.com/MicrosoftDocs/azure-docs/issues/49182
2 parents 7cad074 + a215b92 commit 43db800

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory/develop/msal-net-token-cache-serialization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ static class TokenCacheHelper
8181
}
8282

8383
/// <summary>
84-
/// Path to the token cache
84+
/// Path to the token cache. Note that this could be something different for instance for MSIX applications:
85+
/// private static readonly string CacheFilePath =
86+
$"{Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)}\{AppName}\msalcache.bin";
8587
/// </summary>
8688
public static readonly string CacheFilePath = System.Reflection.Assembly.GetExecutingAssembly().Location + ".msalcache.bin3";
8789

0 commit comments

Comments
 (0)