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