AWSIoTCodeSigningSignature

Objective-C

@interface AWSIoTCodeSigningSignature

Swift

class AWSIoTCodeSigningSignature

Describes the signature for a file.

  • A base64 encoded binary representation of the code signing signature.

    Declaration

    Objective-C

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

    Swift

    var inlineDocument: Data? { get set }