Class Signature
Inheritance
System.Object
Signature
Assembly: AsaLib.dll
Syntax
public class Signature : object
Constructors
|
Improve this Doc
View Source
Signature(AuthenticodeInfo)
Declaration
public Signature(AuthenticodeInfo authenticodeInfo)
Parameters
| Type |
Name |
Description |
| AuthenticodeInfo |
authenticodeInfo |
|
|
Improve this Doc
View Source
Signature(Boolean)
This constructor is for deserialization.
Declaration
public Signature(bool IsAuthenticodeValid)
Parameters
| Type |
Name |
Description |
| System.Boolean |
IsAuthenticodeValid |
|
Properties
|
Improve this Doc
View Source
IsAuthenticodeValid
Declaration
public bool IsAuthenticodeValid { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsTimeValid
Declaration
public bool IsTimeValid { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SignedHash
Declaration
public string? SignedHash { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SignerSerialNumber
Declaration
public string? SignerSerialNumber { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SigningCertificate
Declaration
public SerializableCertificate SigningCertificate { get; set; }
Property Value