Show / Hide Table of Contents

Class WIN_CERTIFICATE

The WIN_CERTIFICATE 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
WIN_CERTIFICATE
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class WIN_CERTIFICATE : AbstractStructure

Constructors

| Improve this Doc View Source

WIN_CERTIFICATE(Byte[], UInt32)

Create a new WIN_CERTIFICATE object.

Declaration
public WIN_CERTIFICATE(byte[] buff, uint offset)
Parameters
Type Name Description
System.Byte[] buff

A PE file as a byte array.

System.UInt32 offset

Raw offset to the structure.

Properties

| Improve this Doc View Source

bCertificate

The certificate as a byte array.

Declaration
public byte[] bCertificate { get; set; }
Property Value
Type Description
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 ushort wCertificateType { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

wRevision

Revision.

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