MsalCacheOptions.CacheLocation 属性

定义

获取或设置缓存位置。

public:
 property System::String ^ CacheLocation { System::String ^ get(); void set(System::String ^ value); };
public string? CacheLocation { get; set; }
public string CacheLocation { get; set; }
member this.CacheLocation : string with get, set
Public Property CacheLocation As String

属性值

注解

有效值为 sessionStoragelocalStorage

适用于