Skip to content

Commit 9328a85

Browse files
authored
Update msal-net-token-cache-serialization.md
1 parent 9102f13 commit 9328a85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ You can specify that you don't want to have any token cache serialization and re
237237
- Use `.WithCacheOptions(CacheOptions.EnableSharedCacheOptions)` when you build the application.
238238
- Don't add any serializer.
239239

240-
241240
```CSharp
242241
// Create the confidential client application
243242
app= ConfidentialClientApplicationBuilder.Create(clientId)

0 commit comments

Comments
 (0)