IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

CertPublicKeyAlgorithm Property

Textual description of the public key algorithm of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertPublicKeyAlgorithm();
int SetCertPublicKeyAlgorithm(const char* lpszCertPublicKeyAlgorithm); Unicode (Windows) LPWSTR GetCertPublicKeyAlgorithm();
INT SetCertPublicKeyAlgorithm(LPCWSTR lpszCertPublicKeyAlgorithm);
#define PID_CERTMGR_CERTPUBLICKEYALGORITHM 12

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

Default Value

""

Remarks

Textual description of the public key algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_DH"), or an object identifier (OID) string representing the algorithm.

Data Type

String

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