Interface IGracePeriodCatalog
Interface for returning a grace period timespan based on a certificate properties or certificate authority.
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public interface IGracePeriodCatalog
Remarks
A grace period permits certificate revocation information to propagate through the revocation processes. This period could extend from the time an authorized entity requests certificate revocation to when the information is available for the relying party to use. In order to make sure that the certificate was not revoked at the time the signature was time-marked or time-stamped, verifiers should wait until the end of the grace period.
Methods
GetGracePeriod(Certificate)
Declaration
TimeSpan GetGracePeriod(Certificate targetCertificate)
Parameters
Type | Name | Description |
---|---|---|
Certificate | targetCertificate |
Returns
Type | Description |
---|---|
TimeSpan |