Click or drag to resize

SecurityTypeContract Enumeration

The type of the security for current account.

Namespace:  SOS.SDK.Contracts.DataContracts.Enums
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public enum SecurityTypeContract
Members
  Member nameValueDescription
Regular0 Base level of security.
Ultrasafe1 Extended level of security.
UltrasafeMax2 Maximum level of security.
Remarks

UltraSafe and UltraSafeMax - extended types of the account security level.

Encryption keys for your account will be securely managed in the cloud making your password unrecoverable and disabling access by your admin (if applicable).

UltraSafe MAX is recommended for truly sensitive data.

A separate passphrase from your account passphrase will be used to generate a unique encryption key to protect and recover your data. UltraSafe MAX passphrases are unrecoverable and must be maintained by the user. UltraSafe MAX keys are never stored in the cloud and all access to data must be done through the Online Backup software and the UltraSafe MAX passphrase must be provided upon recovery. Only empty accounts can be converted to UltraSafe MAX.

See Also