Get Public Key
Contents
[
Hide
]
Retrieves the public key from an asymmetric encryption algorithm.
Get Public Key API
GET http://api.aspose.cloud/v4.0/cells/publickey
Request Parameters:
Parameter Name | Type | Path/Query String/HTTP Body | Description |
---|---|---|---|
Response
{
"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",
}
}
]
}
How to Use the Get public key API with SDKs
OpenAPI Specification
The OpenAPI Specification defines a publicly accessible programming interface, enabling you to perform REST interactions directly from your web browser.
Use Aspose.Cells Cloud SDKs
Using the SDK is the best way to accelerate development. The SDK handles the underlying details, allowing you to simply implement get public key for cells with minimal code. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples illustrate how to interact with Aspose.Cells web services using various SDKs: