Show / Hide Table of Contents

Class WinCertificate

The WinCertificate the information in the security directory of the PE file. It contains information about any certificates used to sign the binary.

Inheritance
System.Object
AbstractStructure
WinCertificate
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class WinCertificate : AbstractStructure

Constructors

| Improve this Doc View Source

WinCertificate(IRawFile, Int64)

Create a new WinCertificate object.

Declaration
public WinCertificate(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

System.Int64 offset

Raw offset to the structure.

Properties

| Improve this Doc View Source

BCertificate

The certificate.

Declaration
public Span<byte> BCertificate { get; }
Property Value
Type Description
Span<System.Byte>
| Improve this Doc View Source

DwLength

Length of the certificate.

Declaration
public uint DwLength { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

WCertificateType

The certificate type.

Declaration
public WinCertificateType WCertificateType { get; set; }
Property Value
Type Description
WinCertificateType
| Improve this Doc View Source

WRevision

Revision.

Declaration
public ushort WRevision { get; set; }
Property Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX