SecureBlackbox 2020 C++ Edition

Questions / Feedback?

UseBinding Property

Enables or disables automated binding processing.

Syntax

ANSI (Cross Platform)
int GetUseBinding();
int SetUseBinding(int bUseBinding); Unicode (Windows) BOOL GetUseBinding();
INT SetUseBinding(BOOL bUseBinding);
@property (nonatomic,readwrite,assign,getter=useBinding,setter=setUseBinding:) BOOL useBinding;
- (BOOL)useBinding;
- (void)setUseBinding:(BOOL)newUseBinding;
#define PID_SAMLREADER_USEBINDING 245

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property controls whether class should process any known bindings it encounters in the message automatically. If using this property, check Binding property to establish the type of the binding processed, and POSTBinding and RedirectBinding to access the properties of specific binding types.

This property is not available at design time.

Data Type

Boolean

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