Show / Hide Table of Contents

Class Signature

Inheritance
System.Object
Signature
Inherited Members
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)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class Signature

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.String
| Improve this Doc View Source

SignerSerialNumber

Declaration
public string SignerSerialNumber { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SigningCertificate

Declaration
public SerializableCertificate SigningCertificate { get; set; }
Property Value
Type Description
SerializableCertificate
  • Improve this Doc
  • View Source
Back to top Generated by DocFX