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

Questions / Feedback?

ExtensionCritical Property

Whether the extension is critical.

Syntax

ANSI (Cross Platform)
int GetExtensionCritical(int iExtensionIndex);
int SetExtensionCritical(int iExtensionIndex, int bExtensionCritical); Unicode (Windows) BOOL GetExtensionCritical(INT iExtensionIndex);
INT SetExtensionCritical(INT iExtensionIndex, BOOL bExtensionCritical);
- (BOOL)extensionCritical:(int)extensionIndex;
- (void)setExtensionCritical:(int)extensionIndex:(BOOL)newExtensionCritical;
#define PID_SERVER_EXTENSIONCRITICAL 51

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

FALSE

Remarks

Whether the extension is critical.

This setting specifies whether the recipient must understand the contents of the extension to interpret the entire message.

The ExtensionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ExtensionCount property.

This property is not available at design time.

Data Type

Boolean

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