SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CertRequestPublicKeyBytes Property

Contains the public key incorporated in the request, in DER format.

Syntax

ANSI (Cross Platform)
int GetCertRequestPublicKeyBytes(char* &lpCertRequestPublicKeyBytes, int &lenCertRequestPublicKeyBytes);

Unicode (Windows)
INT GetCertRequestPublicKeyBytes(LPSTR &lpCertRequestPublicKeyBytes, INT &lenCertRequestPublicKeyBytes);
@property (nonatomic,readonly,assign,getter=certRequestPublicKeyBytes) NSData* certRequestPublicKeyBytes;
- (NSData*)certRequestPublicKeyBytes;
#define PID_KMIPSERVER_CERTREQUESTPUBLICKEYBYTES 13

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

Remarks

Contains the public key incorporated in the request, in DER format.

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]