SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

CRLCAKeyID Property

A unique identifier (fingerprint) of the CA certificate's private key, if present in the CRL.

Syntax

ANSI (Cross Platform)
int GetCRLCAKeyID(char* &lpCRLCAKeyID, int &lenCRLCAKeyID);
int SetCRLCAKeyID(const char* lpCRLCAKeyID, int lenCRLCAKeyID); Unicode (Windows) INT GetCRLCAKeyID(LPSTR &lpCRLCAKeyID, INT &lenCRLCAKeyID);
INT SetCRLCAKeyID(LPCSTR lpCRLCAKeyID, INT lenCRLCAKeyID);
@property (nonatomic,readwrite,assign,getter=CRLCAKeyID,setter=setCRLCAKeyID:) NSData* CRLCAKeyID;
- (NSData*)CRLCAKeyID;
- (void)setCRLCAKeyID:(NSData*)newCRLCAKeyID;
#define PID_CRLMANAGER_CRLCAKEYID 4

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_CRLManager_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_CRLManager_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Remarks

A unique identifier (fingerprint) of the CA certificate's private key, if present in the CRL.

This property is not available at design time.

Data Type

Byte Array

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