TrustManagerContext.IgnorePersistedDecision Property

Definition

Gets or sets a value indicating whether the application security manager should ignore any persisted decisions and call the trust manager.

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

Property Value

true to call the trust manager; otherwise, false.

Remarks

If true, the ApplicationSecurityManager ignores persisted decisions for the application and calls the trust manager. If false, the ApplicationSecurityManager uses cached decisions, if available.

Applies to