【问题标题】:Azure Blob Storage using Https使用 Https 的 Azure Blob 存储
【发布时间】:2014-05-18 18:07:00
【问题描述】:

在将文件上传到 Azure 存储时,我正在寻找加密传输中的数据。 如何使用StorageClient 对 Blob 存储进行 https 调用?

【问题讨论】:

    标签: c# azure azure-storage


    【解决方案1】:

    您可以在连接字符串中定义安全的 HTTPS 协议:

    DefaultEndpointsProtocol=https;AccountName=myAccount;AccountKey=myKey;

    【讨论】:

      猜你喜欢
      • 2017-02-09
      • 2017-11-10
      • 2012-03-02
      • 2016-03-04
      • 2021-07-09
      • 1970-01-01
      • 2015-06-20
      • 2022-11-02
      • 2019-07-29
      相关资源
      最近更新 更多