C# Class Security.WinTrust.WinTrustFileInfo

Inheritance: IDisposable
Show file Open project: kg/shootblues Class Usage Examples

Public Properties

Property Type Description
StructSize System.UInt32
hFile System.IntPtr
pgKnownSubject System.IntPtr
pszFilePath System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
WinTrustFileInfo ( String filePath ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WinTrustFileInfo() public method

public WinTrustFileInfo ( String filePath ) : System
filePath String
return System

Property Details

StructSize public property

public UInt32,System StructSize
return System.UInt32

hFile public property

public IntPtr,System hFile
return System.IntPtr

pgKnownSubject public property

public IntPtr,System pgKnownSubject
return System.IntPtr

pszFilePath public property

public IntPtr,System pszFilePath
return System.IntPtr