Inheritance
AuthenticodeInfo
Assembly: PeNet.dll
public class AuthenticodeInfo
Constructors
|
Edit this page
View Source
Declaration
public AuthenticodeInfo(PeFile peFile)
Parameters
| Type |
Name |
Description |
| PeFile |
peFile |
|
Properties
|
Edit this page
View Source
Declaration
public bool IsAuthenticodeValid { get; }
Property Value
|
Edit this page
View Source
Declaration
public byte[]? SignedHash { get; }
Property Value
|
Edit this page
View Source
Declaration
public string? SignerSerialNumber { get; }
Property Value
|
Edit this page
View Source
Declaration
public X509Certificate2? SigningCertificate { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public IEnumerable<byte>? ComputeAuthenticodeHashFromPeFile(HashAlgorithm hash)
Parameters
Returns