SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

UseSystemCertificates Property

Enables or disables the use of the system certificates.

Syntax

ANSI (Cross Platform)
int GetUseSystemCertificates();
int SetUseSystemCertificates(int bUseSystemCertificates); Unicode (Windows) BOOL GetUseSystemCertificates();
INT SetUseSystemCertificates(BOOL bUseSystemCertificates);
@property (nonatomic,readwrite,assign,getter=useSystemCertificates,setter=setUseSystemCertificates:) BOOL useSystemCertificates;
- (BOOL)useSystemCertificates;
- (void)setUseSystemCertificates:(BOOL)newUseSystemCertificates;
#define PID_CERTIFICATEVALIDATOR_USESYSTEMCERTIFICATES 181

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_CertificateValidator_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_CertificateValidator_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

Use this property to tell the validator to use (or not to use) the system certificates. In many cases it is beneficial to switch this property on, as the operating system certificate configuration provides a representative trust framework.

Data Type

Boolean

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