3 references to TRUST_E_EXPLICIT_DISTRUST
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
373m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_EXPLICIT_DISTRUST; 374throw new CryptographicException(Win32.TRUST_E_EXPLICIT_DISTRUST);
winforms\Managed\System\WinForms\TrustManager.cs (1)
320if (error == Win32.TRUST_E_EXPLICIT_DISTRUST || error == TRUST_E_REVOKED)