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はキャッシュされた決定を使用します (使用可能な場合)。

適用対象