C# Class Mono.Security.Authenticode.AuthenticodeBase

ファイルを表示 Open project: runefs/Marvin

Private Properties

Property Type Description
Close void
GetHash byte[]
GetSecurityEntry byte[]
Open void
ReadFirstBlock bool

Public Methods

Method Description
AuthenticodeBase ( ) : System

Protected Methods

Method Description
HashFile ( string fileName, string hashName ) : byte[]

Private Methods

Method Description
Close ( ) : void
GetHash ( HashAlgorithm hash ) : byte[]
GetSecurityEntry ( ) : byte[]
Open ( string filename ) : void
ReadFirstBlock ( ) : bool

Method Details

AuthenticodeBase() public method

public AuthenticodeBase ( ) : System
return System

HashFile() protected method

protected HashFile ( string fileName, string hashName ) : byte[]
fileName string
hashName string
return byte[]