Enum RESULT_TYPE
Specifies the child class type for a CollectObject
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Types
Assembly: AsaLib.dll
Syntax
public enum RESULT_TYPE : int
Fields
| Name | Description |
|---|---|
| CERTIFICATE | See CertificateObject |
| COM | See ComObject |
| DRIVER | A driver |
| FILE | See FileSystemObject |
| FILEMONITOR | See FileMonitorObject |
| FIREWALL | See FirewallObject |
| GROUP | See UserGroupObject |
| KEY | A cryptographic key |
| LOG | See EventLogObject |
| PORT | See OpenPortObject |
| PROCESS | A process running on the system |
| REGISTRY | See RegistryObject |
| SERVICE | See ServiceObject |
| TPM | A TPM Device |
| UNKNOWN | Indicates an Invalid CollectObject |
| USER | See UserAccountObject |
| WIFI | A wifi network |