SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ErrorOrigin Property

Indicates the endpoint where the error originates from.

Syntax

ANSI (Cross Platform)
int GetErrorOrigin();
int SetErrorOrigin(int iErrorOrigin); Unicode (Windows) INT GetErrorOrigin();
INT SetErrorOrigin(INT iErrorOrigin);

Possible Values

EO_LOCAL(0), 
EO_REMOTE(1)
@property (nonatomic,readwrite,assign,getter=errorOrigin,setter=setErrorOrigin:) int errorOrigin;
- (int)errorOrigin;
- (void)setErrorOrigin:(int)newErrorOrigin;

Possible Values

EO_LOCAL(0), 
EO_REMOTE(1)
#define PID_SAMLIDPSERVER_ERRORORIGIN 9

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

Default Value

0

Remarks

Use this property to establish whether the reported error originates from a local or remote endpoint.

eoLocal0
eoRemote1

This property is not available at design time.

Data Type

Integer

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