MsalError.CombinedUserAppCacheNotSupported Campo

Definizione

L'uso combinato dell'archiviazione flat, ad esempio un file, per archiviare sia i token dell'app che dei token utente non è supportato. Usare una cache di token partizionata (ad esempio cache distribuita come Redis) o file separati per le cache dei token utente e dell'app. Vedere https://aka.ms/msal-net-token-cache-serialization .

public const string CombinedUserAppCacheNotSupported;
val mutable CombinedUserAppCacheNotSupported : string
Public Const CombinedUserAppCacheNotSupported As String 

Valore del campo

Si applica a