Show / Hide Table of Contents

Class MacSignature

Inheritance
System.Object
MacSignature
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 MacSignature

Properties

| Improve this Doc View Source

Authorities

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

CandidateCDHashFull

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

CMSDigest

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

HashChoices

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

HashType

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

TeamIdentifier

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

Timestamp

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