SecureBlackbox 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

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_CertificateValidator_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_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 2020 C++ Edition - Version 20.0 [Build 8166]