Show / Hide Table of Contents

Class MacSignature

Inheritance
System.Object
MacSignature
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class MacSignature : object

Properties

| Improve this Doc View Source

Authorities

Declaration
public List<string>? Authorities { get; set; }
Property Value
Type Description
System.Nullable<List<System.String>>
| Improve this Doc View Source

CandidateCDHashFull

Declaration
public string? CandidateCDHashFull { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

CMSDigest

Declaration
public string? CMSDigest { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

HashChoices

Declaration
public string? HashChoices { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

HashType

Declaration
public string? HashType { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

TeamIdentifier

Declaration
public string? TeamIdentifier { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Timestamp

Declaration
public DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX