/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

ACSRootCertCount Property

The number of records in the ACSRootCert arrays.

Syntax

ANSI (Cross Platform)
int GetACSRootCertCount();
int SetACSRootCertCount(int iACSRootCertCount); Unicode (Windows) INT GetACSRootCertCount();
INT SetACSRootCertCount(INT iACSRootCertCount);
@property (nonatomic,readwrite,assign,getter=ACSRootCertCount,setter=setACSRootCertCount:) int ACSRootCertCount;
- (int)ACSRootCertCount;
- (void)setACSRootCertCount:(int)newACSRootCertCount;
#define PID_CLIENT_ACSROOTCERTCOUNT 3

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at ACSRootCertCount - 1.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]