SecureStorage.DefaultAccessible 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.
iOS: Default SecAccessible to use for all Get/Set calls to KeyChain. Default value is AfterFirstUnlock.
public static Security.SecAccessible DefaultAccessible { get; set; }
Property Value
Security.SecAccessible
The SecAccessible to use for all KeyChain access.
Remarks
For more information see: Security.SecAccessible