Discuss this help topic in SecureBlackbox Forum
Specifies revocation grace period.
Declaration
[C#]
int RevocationMomentGracePeriod;
[VB.NET]
Property RevocationMomentGracePeriod As Integer
[Pascal]
property RevocationMomentGracePeriod : integer;
[C++]
int32_t get_RevocationMomentGracePeriod();
void set_RevocationMomentGracePeriod(int32_t Value);
[PHP]
integer get_RevocationMomentGracePeriod()
void set_RevocationMomentGracePeriod(integer $Value)
[Java]
int getRevocationMomentGracePeriod();
void setRevocationMomentGracePeriod(int Value);
Description
Use this property to specify the grace period in seconds.
Grace period allows the certificate revocation information to propagate through the revocation process.
The default value is 60 (1 minute).
Discuss this help topic in SecureBlackbox Forum