SecureStorage.LegacyKeyHashFallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When set to true
if the key/value pair is not found, the MD5 key hash is also used to attempt to locate a value.
public static bool LegacyKeyHashFallback { get; set; }
Property Value
Remarks
Before version 1.5.3, the key/value pair was stored with the key's MD5 hash instead of the key directly. As of 1.5.3 and newer the key hash is no longer used. When using the legacy fallback, and an old MD5 key hash is encountered, it is migrated to the new key/value pair and the old MD5 key hash / value pair is removed. In future versions this will be set to false by default.