IdentityModelCaches.SessionSecurityTokenCache 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來快取 SessionSecurityTokenCache 的 SessionSecurityToken。
public:
property System::IdentityModel::Tokens::SessionSecurityTokenCache ^ SessionSecurityTokenCache { System::IdentityModel::Tokens::SessionSecurityTokenCache ^ get(); void set(System::IdentityModel::Tokens::SessionSecurityTokenCache ^ value); };
public System.IdentityModel.Tokens.SessionSecurityTokenCache SessionSecurityTokenCache { get; set; }
member this.SessionSecurityTokenCache : System.IdentityModel.Tokens.SessionSecurityTokenCache with get, set
Public Property SessionSecurityTokenCache As SessionSecurityTokenCache
屬性值
已設定的工作階段權杖快取。
例外狀況
嘗試將屬性設為 null
。