TrustManagerContext.IgnorePersistedDecision 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出應用程式安全性管理員是否應忽略任何持續 (Persist) 的決策,並呼叫信任管理員。
public:
virtual property bool IgnorePersistedDecision { bool get(); void set(bool value); };
public virtual bool IgnorePersistedDecision { get; set; }
member this.IgnorePersistedDecision : bool with get, set
Public Overridable Property IgnorePersistedDecision As Boolean
屬性值
若要呼叫信任管理員則為 true
,否則為 false
。
備註
如果 true
為,則會 ApplicationSecurityManager 忽略應用程式的持續性決策,並呼叫信任管理員。 如果 false
為 ,則 ApplicationSecurityManager 使用快取決策,如果有的話。