1 implementation of IApplicationTrustManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
34internal class TrustManager : IApplicationTrustManager
7 references to IApplicationTrustManager
mscorlib (7)
system\security\policy\applicationsecuritymanager.cs (7)
25private static volatile IApplicationTrustManager m_appTrustManager = null; 73public static IApplicationTrustManager ApplicationTrustManager { 123private static IApplicationTrustManager DecodeAppTrustManager () { 150IApplicationTrustManager appTrustManager = DecodeAppTrustManagerFromElement(elTrustManager); 169private static IApplicationTrustManager DecodeAppTrustManagerFromElement (SecurityElement elTrustManager) { 176IApplicationTrustManager appTrustManager = Activator.CreateInstance(tmClass) as IApplicationTrustManager;