EMFastTrackDeviceFingerprintType
enum EMFastTrackDeviceFingerprintType {}
The defined anti-cloning types.
- - Since: 5.3
Seals the user’s credentials. A factory reset/initialization of the device will make the credentials unusable.
Requirements: None @warning: IfEMFastTrackDeviceFingerprintTypeSoft
orEMFastTrackDeviceFingerprintTypeHardwareKey
is used, user can not use the restored data after doing a factory reset and re-initializing to the same device.
-
Device fingerprint soft.
Declaration
Objective-C
EMFastTrackDeviceFingerprintTypeSoft = 0x04
Swift
case soft = 4
-
Device fingerprint hardware key.
Since
5.4Declaration
Objective-C
EMFastTrackDeviceFingerprintTypeHardwareKey = 0x10
Swift
case hardwareKey = 16