AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes a custom method used to code sign a file.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class CustomCodeSigning
The CustomCodeSigning type exposes the following members
| Name | Description | |
|---|---|---|
|
CustomCodeSigning() |
| Name | Type | Description | |
|---|---|---|---|
|
CertificateChain | Amazon.IoT.Model.CodeSigningCertificateChain |
Gets and sets the property CertificateChain. The certificate chain. |
|
HashAlgorithm | System.String |
Gets and sets the property HashAlgorithm.
The hash algorithm used to code sign the file. You can use a string as the algorithm
name if the target over-the-air (OTA) update devices are able to verify the signature
that was generated using the same signature algorithm. For example, FreeRTOS uses
|
|
Signature | Amazon.IoT.Model.CodeSigningSignature |
Gets and sets the property Signature. The signature for the file. |
|
SignatureAlgorithm | System.String |
Gets and sets the property SignatureAlgorithm.
The signature algorithm used to code sign the file. You can use a string as the algorithm
name if the target over-the-air (OTA) update devices are able to verify the signature
that was generated using the same signature algorithm. For example, FreeRTOS uses
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer