Enum ThreatEntryType
Threat Entry Type.
Namespace: Gee.External.Browsing
Assembly: Gee.External.Browsing.dll
Syntax
public enum ThreatEntryType
Remarks
Indicates how a threat is posed. A ThreatEntryType is also used as one of the identifiers identifying a ThreatList together with PlatformType and ThreatType.
Fields
Name | Description |
---|---|
Executable | Indicates a threat is posed through an executable. |
IpAddressRange | Indicates a threat is posed through an IP address range. |
Unknown | Indicates a threat is posed through an unknown type. |
Url | Indicates a threat is posed through a Uniform Resource Locator (URL). |