Class SecurityCenter
Security Center
[ApiAccessReadOnlyClass]
[DataContract]
public class SecurityCenter
- Inheritance
-
SecurityCenter
- Inherited Members
Constructors
SecurityCenter()
public SecurityCenter()
Properties
AntiVirusName
Gets the anti virus name
[DataMember(Name = "antiVirusName")]
public string AntiVirusName { get; set; }
Property Value
FireWallName
Gets the fire wall name
[DataMember(Name = "fireWallName")]
public string FireWallName { get; set; }
Property Value
HasAntiVirus
Whether it has anti virus
[DataMember(Name = "hasAntiVirus")]
public bool HasAntiVirus { get; set; }
Property Value
HasFireWallInstalled
Whether it has fire wall installed
[DataMember(Name = "hasFireWallInstalled")]
public bool HasFireWallInstalled { get; set; }
Property Value
Id
Gets the id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
IsAutoLoginDisabled
Whether auto login disabled
[DataMember(Name = "isAutoLoginDisabled")]
public bool IsAutoLoginDisabled { get; set; }
Property Value
IsDiskEncrypted
Whether disk encrypted
[DataMember(Name = "isDiskEncrypted")]
public bool IsDiskEncrypted { get; set; }
Property Value
IsFireWallEnabled
Whether fire wall enabled
[DataMember(Name = "isFireWallEnabled")]
public bool IsFireWallEnabled { get; set; }
Property Value
IsRooted
Whether rooted
[DataMember(Name = "isRooted")]
public bool IsRooted { get; set; }
Property Value
RunningProcs
Gets the running procs
[DataMember(Name = "runningProcs")]
public string RunningProcs { get; set; }