diff --git a/docs/en/FrameworksIndex/xamarin-essentials-android.xml b/docs/en/FrameworksIndex/xamarin-essentials-android.xml
index 4e74a9ce5..417b003a1 100644
--- a/docs/en/FrameworksIndex/xamarin-essentials-android.xml
+++ b/docs/en/FrameworksIndex/xamarin-essentials-android.xml
@@ -207,9 +207,9 @@
+
-
diff --git a/docs/en/FrameworksIndex/xamarin-essentials-ios.xml b/docs/en/FrameworksIndex/xamarin-essentials-ios.xml
index 31d985b0f..8cd262658 100644
--- a/docs/en/FrameworksIndex/xamarin-essentials-ios.xml
+++ b/docs/en/FrameworksIndex/xamarin-essentials-ios.xml
@@ -207,9 +207,9 @@
+
-
@@ -337,7 +337,10 @@
+
+
+
diff --git a/docs/en/FrameworksIndex/xamarin-essentials-uwp.xml b/docs/en/FrameworksIndex/xamarin-essentials-uwp.xml
index 846c3db42..25047b73e 100644
--- a/docs/en/FrameworksIndex/xamarin-essentials-uwp.xml
+++ b/docs/en/FrameworksIndex/xamarin-essentials-uwp.xml
@@ -207,9 +207,9 @@
+
-
diff --git a/docs/en/FrameworksIndex/xamarin-essentials.xml b/docs/en/FrameworksIndex/xamarin-essentials.xml
index 37fedf73b..d804a830a 100644
--- a/docs/en/FrameworksIndex/xamarin-essentials.xml
+++ b/docs/en/FrameworksIndex/xamarin-essentials.xml
@@ -207,9 +207,9 @@
+
-
diff --git a/docs/en/Xamarin.Essentials/Locale.xml b/docs/en/Xamarin.Essentials/Locale.xml
index 9696eb75f..a3613e13f 100644
--- a/docs/en/Xamarin.Essentials/Locale.xml
+++ b/docs/en/Xamarin.Essentials/Locale.xml
@@ -33,10 +33,10 @@
This value may vary between platforms.
-
-
-
-
+
+
+
+
Property
Xamarin.Essentials
@@ -46,15 +46,15 @@
System.String
- Language name or code.
+ Unique Id of the Locale.
- This value may vary between platforms.
+
-
-
-
-
+
+
+
+
Property
Xamarin.Essentials
@@ -64,15 +64,15 @@
System.String
- Display name of the Locale.
+ Language name or code.
-
+ This value may vary between platforms.
-
-
-
-
+
+
+
+
Property
Xamarin.Essentials
@@ -82,7 +82,7 @@
System.String
- Unique Id of the Locale.
+ Display name of the Locale.
diff --git a/docs/en/Xamarin.Essentials/SecureStorage.xml b/docs/en/Xamarin.Essentials/SecureStorage.xml
index ec0070afa..554fa274a 100644
--- a/docs/en/Xamarin.Essentials/SecureStorage.xml
+++ b/docs/en/Xamarin.Essentials/SecureStorage.xml
@@ -16,7 +16,7 @@
Each platform uses the platform provided native API's for storing data securely:
-
- iOS: Data is stored in KeyChain.
+ iOS: Data is stored in KeyChain. Additional information on SecAccessible at:
-
Android: Encryption keys are stored in KeyStore and encrypted data is stored in a named shared preference container (PackageId.Xamarin.Essentials).
@@ -29,6 +29,24 @@
+
+
+
+
+ Property
+
+ Xamarin.Essentials
+ 1.0.0.0
+
+
+ Security.SecAccessible
+
+
+ iOS: Default SecAccessible to use for all Get/Set calls to KeyChain. Default value is AfterFirstUnlock.
+ The SecAccessible to use for all KeyChain access.
+ For more information see:
+
+
@@ -48,7 +66,35 @@
Storage Key.
Gets the decrypted value for a given Key.
Decrypted string.
-
+
+
+
+
+
+
+
+
+
+ Method
+
+ Xamarin.Essentials
+ 1.0.0.0
+
+
+ System.Threading.Tasks.Task<System.String>
+
+
+
+
+
+
+ Storage Key.
+ SecAccessible for iOS to use
+ Gets the decrypted value for a given Key. iOS override to specify SecAccessible for the KeyChain.
+
+
+
+ iOS: Default SecAccessible to use for all Get/Set calls to KeyChain. Default value is AfterFirstUnlock.
@@ -71,8 +117,42 @@
Storage Key.
The value to be encrypted.
Stores the value which is encrypted, for a given Key.
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Method
+
+ Xamarin.Essentials
+ 1.0.0.0
+
+
+ System.Threading.Tasks.Task
+
+
+
+
+
+
+
+ Storage Key.
+ The value to be encrypted.
+ To be added.
+ Stores the value which is encrypted, for a given Key. iOS override to specify SecAccessible for the KeyChain.
+
+
+
+
+
+