ApplicationSecurityManager.UserApplicationTrusts プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーについてキャッシュされた信頼の決定を格納しているアプリケーション信頼コレクションを取得します。
public:
static property System::Security::Policy::ApplicationTrustCollection ^ UserApplicationTrusts { System::Security::Policy::ApplicationTrustCollection ^ get(); };
public static System.Security.Policy.ApplicationTrustCollection UserApplicationTrusts { get; }
member this.UserApplicationTrusts : System.Security.Policy.ApplicationTrustCollection
Public Shared ReadOnly Property UserApplicationTrusts As ApplicationTrustCollection
プロパティ値
ユーザーについてキャッシュされた信頼の決定を格納している ApplicationTrustCollection。
注釈
コレクション内の信頼の決定は、メソッドやメソッドなど、コレクションのメソッドを使用して維持され Add Remove ます。