简体   繁体   English

在.NET Desktop应用程序中使用AWS Cognito

[英]Using AWS Cognito in .NET Desktop Application

AWS's Cognito service says that it is meant to be used for mobile and web platforms. AWS的Cognito服务表示,该服务旨在用于移动和Web平台。

Is there any reason why it can't (or shouldn't) be used for a .NET desktop application? 有什么理由不能(或不应该)将其用于.NET桌面应用程序?

I don't know much about Cognito, but this bit on the Getting Started page would worry me when considering a desktop application: 我对Cognito的了解不多,但是在考虑使用桌面应用程序时,“入门”页面上的这一点会让我担心:

To use Amazon Cognito, you must install and configure the AWS Mobile SDK. 要使用Amazon Cognito,您必须安装和配置AWS Mobile SDK。 For more information, see the following topics: 有关更多信息,请参见以下主题:

  • Set Up the AWS Mobile SDK for Android 设置适用于Android的AWS Mobile SDK
  • Set Up the AWS Mobile SDK for iOS 设置适用于iOS的AWS Mobile SDK
  • Set Up the AWS SDK for JavaScript 设置适用于JavaScript的AWS开发工具包
  • Set Up the AWS Mobile SDK for Unity 设置AWS Mobile SDK for Unity
  • Set Up the AWS Mobile SDK for Xamarin 设置适用于Xamarin的AWS Mobile SDK

There is no .NET SDK which means you're likely going to be playing games to get something functional for .NET (via the JS SDK or something maybe). 没有.NET SDK,这意味着您可能会玩游戏以获得.NET的某些功能(通过JS SDK或其他方式)。 And I would imagine that you're also not going to receive support for that kind of environment as well. 而且我想您也不会在这种环境下获得支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM