共用方式為


TrustManagerContext.IgnorePersistedDecision 屬性

定義

取得或設定值,指出應用程式安全性管理員是否應忽略任何持續 (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 使用快取決策,如果有的話。

適用於