SecureBlackbox 2020 C++ Edition

Questions / Feedback?

GracePeriod Property

Specifies a grace period to apply during certificate validation.

Syntax

ANSI (Cross Platform)
int GetGracePeriod();
int SetGracePeriod(int iGracePeriod); Unicode (Windows) INT GetGracePeriod();
INT SetGracePeriod(INT iGracePeriod);
@property (nonatomic,readwrite,assign,getter=gracePeriod,setter=setGracePeriod:) int gracePeriod;
- (int)gracePeriod;
- (void)setGracePeriod:(int)newGracePeriod;
#define PID_CERTIFICATEVALIDATOR_GRACEPERIOD 71

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

0

Remarks

Use this property to specify a grace period (in seconds). Grace period applies to certain subprotocols, such as OCSP, and caters to the inaccuracy and/or missynchronization of clocks on different participating systems. Any time deviations within the grace period will be tolerated.

Data Type

Integer

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