AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.CustomCodeSigning

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class CustomCodeSigning

The CustomCodeSigning type exposes the following members

Constructors

NameDescription
Public Method CustomCodeSigning()

Properties

NameTypeDescription
Public Property CertificateChain Amazon.IoT.Model.CodeSigningCertificateChain

Gets and sets the property CertificateChain.

The certificate chain.

Public Property 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 SHA256 or SHA1, so you can pass either of them based on which was used for generating the signature.

Public Property Signature Amazon.IoT.Model.CodeSigningSignature

Gets and sets the property Signature.

The signature for the file.

Public Property 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 ECDSA or RSA, so you can pass either of them based on which was used for generating the signature.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5