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