10 references to TRUST_E_NOSIGNATURE
System.Windows.Forms (10)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (4)
351throw new CryptographicException(Win32.TRUST_E_NOSIGNATURE); 533if (Win32.TRUST_E_NOSIGNATURE != (int) signerInfo.dwError) { 590if (m_authenticodeSignerInfo.ErrorCode == Win32.TRUST_E_NOSIGNATURE) { 1345if ((int) timestamperInfo.dwError != Win32.TRUST_E_NOSIGNATURE) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (6)
163throw new CryptographicException(Win32.TRUST_E_NOSIGNATURE); 248m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_NOSIGNATURE; 249throw new CryptographicException(Win32.TRUST_E_NOSIGNATURE); 279if (Win32.TRUST_E_NOSIGNATURE != (int)signerInfo.dwError) 331throw new CryptographicException(Win32.TRUST_E_NOSIGNATURE); 1197if (m_authenticodeSignerInfo.ErrorCode == Win32.TRUST_E_NOSIGNATURE)