AWSIoTCodeSigningCertificateChain

Objective-C

@interface AWSIoTCodeSigningCertificateChain

Swift

class AWSIoTCodeSigningCertificateChain

Describes the certificate chain being used when code signing a file.

  • The name of the certificate.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable certificateName;

    Swift

    var certificateName: String? { get set }
  • A base64 encoded binary representation of the code signing certificate chain.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable inlineDocument;

    Swift

    var inlineDocument: String? { get set }