SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CRLTBS Property

The to-be-signed part of the CRL (the CRL without the signature part).

Syntax

ANSI (Cross Platform)
int GetCRLTBS(char* &lpCRLTBS, int &lenCRLTBS);

Unicode (Windows)
INT GetCRLTBS(LPSTR &lpCRLTBS, INT &lenCRLTBS);
@property (nonatomic,readonly,assign,getter=CRLTBS) NSData* CRLTBS;
- (NSData*)CRLTBS;
#define PID_CRLMANAGER_CRLTBS 12

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

Remarks

The to-be-signed part of the CRL (the CRL without the signature part).

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

Data Type

Byte Array

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