TrustManagerContext.IgnorePersistedDecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.