次の方法で共有


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

適用対象