ApplicationSecurityManager.UserApplicationTrusts プロパティ

定義

ユーザーについてキャッシュされた信頼の決定を格納しているアプリケーション信頼コレクションを取得します。

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

ユーザーについてキャッシュされた信頼の決定を格納している ApplicationTrustCollection

注釈

コレクション内の信頼の決定は、メソッドやメソッドなど、コレクションのメソッドを使用して維持され Add Remove ます。

適用対象