Get Public Ke

从非对称加密算法中检索公钥。

获取公钥 API

GET http://api.aspose.cloud/v4.0/cells/publickey

请求参数:

参数名称 类型 路径/查询字符串/HTTP 正文 描述

回复

{
  "Name": "CellsCloudPublicKeyResponse",
  "Type": "Class",
  "ParentName": "CellsCloudResponse",
  "IsAbstract": false,
  "Properties": [
    {
      "Name": "CellsCloudPublicKey",
      "DataType": {
        "Identifier": "Class",
        "Reference": "CellsCloudPublicKey",
      }
    },
    {
      "Name": "Code",
      "DataType": {
        "Identifier": "Integer",
      }
    },
    {
      "Name": "Status",
      "DataType": {
        "Identifier": "String",
      }
    }
  ]
}

如何使用 SDK 获取公钥 API

OpenAPI 规范

OpenAPI 规范定义一个可公开访问的编程接口,使您能够直接从 Web 浏览器执行 REST 交互。

使用 Aspose.Cells 云 SDK

使用 SDK 是加速开发的最佳方式。SDK 处理底层细节,让您能够以最少的代码轻松实现获取 Cell 公钥的功能。 请查看GitHub 存储库以获取 Aspose.Cells Cloud SDKs 的完整列表。

以下代码示例说明了如何使用各种 SDK 与 Aspose.Cells Web 服务进行交互: