SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ContentType Property

A content type property of the signed message.

Syntax

ANSI (Cross Platform)
char* GetContentType();

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

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

Default Value

""

Remarks

Use this property to check the content type property of the processed signed message.

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]