4 references to UserApplicationTrusts
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (2)
269
if (ApplicationSecurityManager.
UserApplicationTrusts
[_identity.ToString()] != null)
1085
ApplicationSecurityManager.
UserApplicationTrusts
.Remove(trust);
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1370
System.Security.Policy.ApplicationSecurityManager.
UserApplicationTrusts
.Remove(at);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
972
ApplicationTrustCollection appTrusts = ApplicationSecurityManager.
UserApplicationTrusts
;