Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.RevocationMomentGracePeriod

TElX509CertificateValidator     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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).

See also:     MandatoryRevocationCheck    

Discuss this help topic in SecureBlackbox Forum