C# Class SimpleDnsCrypt.Tools.AuthenticodeTools

Check if a file is Authenticode signed.
Mostra file Open project: bitbeans/SimpleDnsCrypt

Public Methods

Method Description
IsTrusted ( string fileName ) : bool

Private Methods

Method Description
WinVerifyTrust ( IntPtr hWnd, IntPtr pgActionID, IntPtr pWinTrustData ) : uint
WinVerifyTrust ( string fileName ) : uint

Method Details

IsTrusted() public static method

public static IsTrusted ( string fileName ) : bool
fileName string
return bool