CEMCertStore Property

The name of the certificate store for the certificate.

Syntax

ANSI (Cross Platform)
int GetCEMCertStore(int iCEMIndex, char* &lpCEMCertStore, int &lenCEMCertStore);
int SetCEMCertStore(int iCEMIndex, const char* lpCEMCertStore, int lenCEMCertStore); Unicode (Windows) INT GetCEMCertStore(INT iCEMIndex, LPSTR &lpCEMCertStore, INT &lenCEMCertStore);
INT SetCEMCertStore(INT iCEMIndex, LPCSTR lpCEMCertStore, INT lenCEMCertStore);
- (NSString*)CEMCertStore:(int)cEMIndex;
- (void)setCEMCertStore:(int)cEMIndex:(NSString*)newCEMCertStore;

- (NSData*)CEMCertStoreB:(int)cEMIndex; - (void)setCEMCertStoreB:(int)cEMIndex:(NSData*)newCEMCertStore;
#define PID_AS2SENDER_CEMCERTSTORE 16

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

"MY"

Remarks

The name of the certificate store for the certificate.

This property defines the store location for the type specified by CEMCertStoreType.

Designations of certificate stores are platform-dependent.

The following are designations of the most common User and Machine certificate stores in Windows:

MYA certificate store holding personal certificates with their associated private keys.
CACertifying authority certificates.
ROOTRoot certificates.

When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (i.e. PKCS12 certificate store).

The CEMIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CEMCount property.

This property is not available at design time.

Data Type

Binary String

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