Show / Hide Table of Contents

Class AuthenticodeInfo

Inheritance
System.Object
AuthenticodeInfo
Namespace: PeNet.Header.Authenticode
Assembly: PeNet.dll
Syntax
public class AuthenticodeInfo : object

Constructors

| Improve this Doc View Source

AuthenticodeInfo(PeFile)

Declaration
public AuthenticodeInfo(PeFile peFile)
Parameters
Type Name Description
PeFile peFile

Properties

| Improve this Doc View Source

IsAuthenticodeValid

Declaration
public bool IsAuthenticodeValid { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SignedHash

Declaration
public byte[] SignedHash { get; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

SignerSerialNumber

Declaration
public string? SignerSerialNumber { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SigningCertificate

Declaration
public X509Certificate2? SigningCertificate { get; }
Property Value
Type Description
System.Nullable<X509Certificate2>

Methods

| Improve this Doc View Source

ComputeAuthenticodeHashFromPeFile(HashAlgorithm)

Declaration
public IEnumerable<byte>? ComputeAuthenticodeHashFromPeFile(HashAlgorithm hash)
Parameters
Type Name Description
HashAlgorithm hash
Returns
Type Description
System.Nullable<IEnumerable<System.Byte>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX