IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

CertPrivateKeyAvailable Property

Shows whether a PrivateKey is available for the selected certificate.

Syntax

ANSI (Cross Platform)
int GetCertPrivateKeyAvailable();

Unicode (Windows)
BOOL GetCertPrivateKeyAvailable();
#define PID_CERTMGR_CERTPRIVATEKEYAVAILABLE 9

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

Shows whether a CertPrivateKey is available for the selected certificate. If CertPrivateKeyAvailable is True, the certificate may be used for authentication purposes (e.g. server authentication).

This property is read-only.

Data Type

Boolean

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]