Class JailbreakIndicator
Represents a specific jailbreak indicator.
public class JailbreakIndicator
- Inheritance
-
JailbreakIndicator
- Inherited Members
Properties
Confidence
Gets or sets the confidence score for this indicator (0-1).
public double Confidence { get; set; }
Property Value
Description
Gets or sets the description of what was detected.
public string Description { get; set; }
Property Value
Location
Gets or sets the location where the indicator was found.
public int Location { get; set; }
Property Value
Type
Gets or sets the type of indicator.
public string Type { get; set; }