SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ContentType Property

Returns the content type attribute of the container.

Syntax

ANSI (Cross Platform)
char* GetContentType();

Unicode (Windows)
LPWSTR GetContentType();
@property (nonatomic,readonly,assign,getter=contentType) NSString* contentType;
- (NSString*)contentType;
#define PID_ASICVERIFIER_CONTENTTYPE 36

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_ASiCVerifier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property returns the contents of the "/mimetype" service entry from the container.

For simple (ASiC-S) containers it typically is assigned with "application/vnd.etsi.asic-s+zip" or the content type of the signed document. For extended (ASiC-E) containers only the "application/vnd.etsi.asic-e+zip" content type is declared, but some third-party generators occasionally use different content types.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]