SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AuthInfoState Property

Contains a state of the overall authentication process.

Syntax

ANSI (Cross Platform)
char* GetAuthInfoState();

Unicode (Windows)
LPWSTR GetAuthInfoState();
@property (nonatomic,readonly,assign,getter=authInfoState) NSString* authInfoState;
- (NSString*)authInfoState;
#define PID_AUTHENTICATOR_AUTHINFOSTATE 8

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_Authenticator_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Contains a state of the overall authentication process. Save the content of this property after calling StartAuth or ContinueAuth to remember the setup of the authenticator control, and pass it to the next ContinueAuth call to resume from the same stage.

This property is read-only and not available at design time.

Data Type

String

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