c# - 查找 Microsoft Azure 的两个字符串

标签 c# azure xamarin

我正在看this tutorial ,想要向 iPhone 发送消息。我在查找时遇到问题 我将提供代码。 我认为第一个是访问策略中的 DefaultListenSharedAccessSignature,我对吗,另一个是我的应用程序名称还是什么?

这是代码

public const string ListenConnectionString = "<Azure DefaultListenSharedAccess Connection String>";
public const string NotificationHubName = "<Azure Notification Hub Name>";

最佳答案

文档中create-a-namespace-and-a-notification-hub ,您可以轻松找到这两个键:

1.NotificationHubName,在步骤 4 中:

enter image description here

2.ListenConnectionString,第6步:

enter image description here

关于c# - 查找 Microsoft Azure 的两个字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56564622/

相关文章:

c# - 如何在 Windows Phone 8 的单项 View 中创建列表框 View ?使用来自 url 的异步 JSON

c# - 从 UWP C# 应用程序使用 pinvoke 调用 LoadLibrary

Azure 事件网格函数触发器 - 试用期

c# - 如何使用 ARM 和 C# 将应用程序部署到 azure?

ios - iOS Xamarin 中 System.Environment.SpecialFolder 中每个文件夹的用途是什么

c# - 如何在两个不同的 .NET Core 应用程序之间共享加密数据?

C# :how to have message box within an event handler that freezes the application until Ok is pressed?

powershell - 在 Azure 云服务上将防恶意软件设置为默认启用

xamarin - 如何允许用户从 Xamarin.Forms 标签复制和粘贴

c# - 将通用图像加载器绑定(bind)到 Xamarin 解决方案