次の方法で共有


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

プロパティ値

注釈

有効値は sessionStorage または localStorage です。

適用対象