ApplicationSecurityManager.ApplicationTrustManager 屬性

定義

接到現任應用程式信任經理。

public:
 static property System::Security::Policy::IApplicationTrustManager ^ ApplicationTrustManager { System::Security::Policy::IApplicationTrustManager ^ get(); };
public static System.Security.Policy.IApplicationTrustManager ApplicationTrustManager { get; }
static member ApplicationTrustManager : System.Security.Policy.IApplicationTrustManager
Public Shared ReadOnly Property ApplicationTrustManager As IApplicationTrustManager

屬性值

代表 IApplicationTrustManager 現任信託經理的那位。

例外狀況

此應用程式的政策沒有信託管理。

備註

目前版本中只有一個信任管理器,可以是介面的自訂實作 IApplicationTrustManager 。 預設的信任管理實作會提示使用者取得安裝應用程式的權限並提升所授予的權限。 其他信任管理的實作可能有不同的使用者體驗。 例如,實作可能會檢查企業清單中的可信應用程式,而非直接提示使用者提供該資訊。

適用於