共用方式為


IdentityConfiguration.Caches 屬性

定義

取得或設定設定的 IdentityModelCaches

public:
 property System::IdentityModel::Configuration::IdentityModelCaches ^ Caches { System::IdentityModel::Configuration::IdentityModelCaches ^ get(); void set(System::IdentityModel::Configuration::IdentityModelCaches ^ value); };
public System.IdentityModel.Configuration.IdentityModelCaches Caches { get; set; }
member this.Caches : System.IdentityModel.Configuration.IdentityModelCaches with get, set
Public Property Caches As IdentityModelCaches

屬性值

已設定的快取。

備註

IdentityModelCaches包含針對這個實例設定的令牌重新執行快取和會話令牌快取。

適用於