ApplicationSecurityManager.UserApplicationTrusts Egenskap

Definition

Hämtar en programförtroendesamling som innehåller cachelagrade förtroendebeslut för användaren.

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

Egenskapsvärde

En ApplicationTrustCollection som innehåller cachelagrade förtroendebeslut för användaren.

Kommentarer

Förtroendebesluten i samlingen behålls med hjälp av samlingens metoder, till exempel Add metoden eller Remove metoden.

Gäller för