gpt4 book ai didi

c# - 如何将 Xamarin.Forms 与 Xamarin.Auth 结合使用来存储和检索帐户对象

转载 作者:行者123 更新时间:2023-11-30 15:26:47 25 4
gpt4 key购买 nike

在 Xamarin.Forms 项目中,我想使用 Xamarin.Auth 来安全地存储和检索帐户对象。请注意,我并不是要与 Facebook、Google 或任何其他提供端到端 oAuth 登录体验的服务集成。

最佳答案

如果您只是在安全存储对象之后,那么 XLabs.Platform 具有为 iOS、Android 和 WP 实现的 ISecureStorage 接口(interface)。如果您正在使用 Forms,我建议从 NuGet 安装 XLabs.Forms 包,然后使用 Ioc (XLabs.Ioc) 将实现注入(inject) PCL 代码。您还可以使用 XLabs.Serialization 使用 Json.NET、ServiceStack 或其他序列化器(如 ProtoBuffer(可作为 XLabs.Serialization 插件提供))序列化/反序列化字节。

https://github.com/XLabs/Xamarin-Forms-Labs/blob/master/src/Platform/XLabs.Platform/Services/ISecureStorage.cs

https://www.nuget.org/packages?q=XLabs

关于c# - 如何将 Xamarin.Forms 与 Xamarin.Auth 结合使用来存储和检索帐户对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28708763/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com