Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.GracePeriod

TElXAdESProcessor     See also     


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


Specifies grace period for signature validation.

Declaration

[C#]
    int GracePeriod;

[VB.NET]
    Property GracePeriod As Integer

[Pascal]
    property GracePeriod : integer;

[C++]
    int32_t get_GracePeriod();
    void set_GracePeriod(int32_t Value);

[PHP]
    integer get_GracePeriod()
    void set_GracePeriod(integer $Value)

[Java]
    int getGracePeriod();
    void setGracePeriod(int Value);

Description

    Use this property to specify the grace period in seconds. The grace period allows the certificate revocation information to propagate through the revocation process. The default value is 0.

See also:     ValidationMoment    

Discuss this help topic in SecureBlackbox Forum