7 references to TRUST_E_SUBJECT_NOT_TRUSTED
System.Windows.Forms (7)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (6)
448AuthenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED; 449throw new CryptographicException(Win32.TRUST_E_SUBJECT_NOT_TRUSTED); 467AuthenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED; 468throw new CryptographicException(Win32.TRUST_E_SUBJECT_NOT_TRUSTED); 1000m_authenticodeSignerInfo.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED; 1001throw new CryptographicException(Win32.TRUST_E_SUBJECT_NOT_TRUSTED);
winforms\Managed\System\WinForms\TrustManager.cs (1)
326if (error == Win32.TRUST_E_SUBJECT_NOT_TRUSTED)