Show / Hide Table of Contents

Class VerifyOptions

Inheritance
System.Object
CommandOptions
VerifyOptions
Inherited Members
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class VerifyOptions : CommandOptions

Properties

| Improve this Doc View Source

AnalysisFile

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

RunScripts

Declaration
public bool RunScripts { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX