IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

CertExtendedKeyUsage Property

A comma-delimited list of extended key usage identifiers.

Syntax

ANSI (Cross Platform)
char* GetCertExtendedKeyUsage();
int SetCertExtendedKeyUsage(const char* lpszCertExtendedKeyUsage); Unicode (Windows) LPWSTR GetCertExtendedKeyUsage();
INT SetCertExtendedKeyUsage(LPCWSTR lpszCertExtendedKeyUsage);
#define PID_CERTMGR_CERTEXTENDEDKEYUSAGE 4

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

A comma-delimited list of extended key usage identifiers. These are the same as ASN.1 Object-Identifiers (OIDs).

Data Type

String

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