C# Class Mono.Security.Authenticode.AuthenticodeBase

Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description
Close void
GetHash byte[]
GetSecurityEntry byte[]
Open void
ReadFirstBlock bool

Méthodes publiques

Méthode Description
AuthenticodeBase ( ) : System

Méthodes protégées

Méthode Description
HashFile ( string fileName, string hashName ) : byte[]

Private Methods

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

Method Details

AuthenticodeBase() public méthode

public AuthenticodeBase ( ) : System
Résultat System

HashFile() protected méthode

protected HashFile ( string fileName, string hashName ) : byte[]
fileName string
hashName string
Résultat byte[]