Show / Hide Table of Contents

Class AuthenticodeInfo

Inheritance
object
AuthenticodeInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Authenticode
Assembly: PeNet.dll
Syntax
public class AuthenticodeInfo

Constructors

| Edit this page View Source

AuthenticodeInfo(PeFile)

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

Properties

| Edit this page View Source

IsAuthenticodeValid

Declaration
public bool IsAuthenticodeValid { get; }
Property Value
Type Description
bool
| Edit this page View Source

SignedHash

Declaration
public byte[]? SignedHash { get; }
Property Value
Type Description
byte[]
| Edit this page View Source

SignerSerialNumber

Declaration
public string? SignerSerialNumber { get; }
Property Value
Type Description
string
| Edit this page View Source

SigningCertificate

Declaration
public X509Certificate2? SigningCertificate { get; }
Property Value
Type Description
X509Certificate2
| Edit this page View Source

SigningTimestamp

Declaration
public DateTimeOffset? SigningTimestamp { get; }
Property Value
Type Description
DateTimeOffset?

Methods

| Edit this page View Source

ComputeAuthenticodeHashFromPeFile(HashAlgorithm)

Declaration
[Obsolete("Use ComputeAuthenticodeHashFromPeFile(HashAlgorithmName) instead.")]
public IEnumerable<byte>? ComputeAuthenticodeHashFromPeFile(HashAlgorithm hash)
Parameters
Type Name Description
HashAlgorithm hash
Returns
Type Description
IEnumerable<byte>
| Edit this page View Source

ComputeAuthenticodeHashFromPeFile(HashAlgorithmName)

Declaration
public byte[]? ComputeAuthenticodeHashFromPeFile(HashAlgorithmName algorithmName)
Parameters
Type Name Description
HashAlgorithmName algorithmName
Returns
Type Description
byte[]
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX