C# Class Mono.Security.Authenticode.AuthenticodeDeformatter

Inheritance: AuthenticodeBase
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
AuthenticodeDeformatter ( ) : System
AuthenticodeDeformatter ( string fileName ) : System
IsTrusted ( ) : bool

Private Methods

Method Description
CheckSignature ( string fileName ) : bool
CompareIssuerSerial ( string issuer, byte serial, Mono.Security.X509.X509Certificate x509 ) : bool
Reset ( ) : void
VerifyCounterSignature ( PKCS7 cs, byte signature ) : bool
VerifySignature ( PKCS7 sd, byte calculatedMessageDigest, HashAlgorithm ha ) : bool

Method Details

AuthenticodeDeformatter() public method

public AuthenticodeDeformatter ( ) : System
return System

AuthenticodeDeformatter() public method

public AuthenticodeDeformatter ( string fileName ) : System
fileName string
return System

IsTrusted() public method

public IsTrusted ( ) : bool
return bool