SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncryptionCertificateSerialNumber Property

Returns the certificate's serial number.

Syntax

ANSI (Cross Platform)
int GetEncryptionCertificateSerialNumber(char* &lpEncryptionCertificateSerialNumber, int &lenEncryptionCertificateSerialNumber);
int SetEncryptionCertificateSerialNumber(const char* lpEncryptionCertificateSerialNumber, int lenEncryptionCertificateSerialNumber); Unicode (Windows) INT GetEncryptionCertificateSerialNumber(LPSTR &lpEncryptionCertificateSerialNumber, INT &lenEncryptionCertificateSerialNumber);
INT SetEncryptionCertificateSerialNumber(LPCSTR lpEncryptionCertificateSerialNumber, INT lenEncryptionCertificateSerialNumber);
@property (nonatomic,readwrite,assign,getter=encryptionCertificateSerialNumber,setter=setEncryptionCertificateSerialNumber:) NSData* encryptionCertificateSerialNumber;
- (NSData*)encryptionCertificateSerialNumber;
- (void)setEncryptionCertificateSerialNumber:(NSData*)newEncryptionCertificateSerialNumber;
#define PID_PDFENCRYPTOR_ENCRYPTIONCERTIFICATESERIALNUMBER 26

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFEncryptor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PDFEncryptor_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Remarks

Returns the certificate's serial number.

This property is 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]