C# Class PeNet.Structures.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: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Create a string representation of the objects properties.

WIN_CERTIFICATE ( byte buff, uint offset ) : System

Create a new WIN_CERTIFICATE object.

Method Details

ToString() public méthode

Create a string representation of the objects properties.
public ToString ( ) : string
Résultat string

WIN_CERTIFICATE() public méthode

Create a new WIN_CERTIFICATE object.
public WIN_CERTIFICATE ( byte buff, uint offset ) : System
buff byte A PE file as a byte array.
offset uint Raw offset to the structure.
Résultat System