SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ValidationLog Property

Contains the complete log of the certificate validation routine.

Syntax

ANSI (Cross Platform)
char* GetValidationLog();

Unicode (Windows)
LPWSTR GetValidationLog();
@property (nonatomic,readonly,assign,getter=validationLog) NSString* validationLog;
- (NSString*)validationLog;
#define PID_AUTHENTICATOR_VALIDATIONLOG 123

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

Default Value

""

Remarks

Use this property to access the chain validation log produced by the class. The log can be very useful when investigating issues with chain validation, as it contains a step-by-step trace of the entire validation procedure.

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]