CertPrivateKeyContainer Property

The name of the PrivateKey container for the certificate (if available).

Syntax

ANSI (Cross Platform)
char* GetCertPrivateKeyContainer();

Unicode (Windows)
LPWSTR GetCertPrivateKeyContainer();
@property (nonatomic,readonly,assign,getter=certPrivateKeyContainer) NSString* certPrivateKeyContainer;
- (NSString*)certPrivateKeyContainer;
#define PID_CERTMGR_CERTPRIVATEKEYCONTAINER 10

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The name of the CertPrivateKey container for the certificate (if available). This functionality is available only on Windows platforms.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 C++ Edition - Version 20.0 [Build 8155]