Share via


TrustManagerContext.IgnorePersistedDecision 属性

定义

获取或设置一个值,该值指示应用程序安全管理器是否应忽略任何保留的决定并调用信任关系管理器。

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 使用缓存的决策(如果可用)。

适用于