次の方法で共有


TokenCacheNotificationArgs.IsApplicationCache Property

Definition

Overloads

IsApplicationCache

Indicates whether the cache change occurred in the UserTokenCache or in the AppTokenCache.

IsApplicationCache

Indicates whether the cache change occurred in the UserTokenCache or in the AppTokenCache.

public bool IsApplicationCache { get; }
member this.IsApplicationCache : bool
Public ReadOnly Property IsApplicationCache As Boolean

Property Value

Remarks

The Application Cache is used in Client Credential grant, which is not available on all platforms. See https://aka.ms/msal-net-app-cache-serialization for details.

Applies to