Enum RESULT_TYPE
Specifies the child class type for a CollectObject
Namespace: AttackSurfaceAnalyzer.Types
Assembly: AsaLib.dll
Syntax
public enum RESULT_TYPE
Fields
Name | Description |
---|---|
CERTIFICATE | See CertificateObject |
COM | See ComObject |
FILE | See FileSystemObject |
FILEMONITOR | See FileMonitorObject |
FIREWALL | See FirewallObject |
GROUP | See UserGroupObject |
LOG | See EventLogObject |
PORT | See OpenPortObject |
REGISTRY | See RegistryObject |
SERVICE | See ServiceObject |
UNKNOWN | Indicates an Invalid CollectObject |
USER | See UserAccountObject |