Show / Hide Table of Contents

Class AsaRule

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

Constructors

| Improve this Doc View Source

AsaRule(String)

Declaration
public AsaRule(string Name)
Parameters
Type Name Description
System.String Name

Properties

| Improve this Doc View Source

ChangeTypes

Declaration
public List<CHANGE_TYPE> ChangeTypes { get; set; }
Property Value
Type Description
List<CHANGE_TYPE>
| Improve this Doc View Source

Flag

Declaration
public ANALYSIS_RESULT_TYPE Flag { get; set; }
Property Value
Type Description
ANALYSIS_RESULT_TYPE
| Improve this Doc View Source

Platforms

Declaration
public List<PLATFORM> Platforms { get; set; }
Property Value
Type Description
List<PLATFORM>
| Improve this Doc View Source

ResultType

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