PDFium Delphi Component Docs

PadesCryptoAvailable method

Componente: TPdf  ·  Unidad: PDFium
Indicates whether the signature cryptographical backend is available on the system

Syntax

function PadesCryptoAvailable: Boolean;

Description

Devuelve True si las APIs criptográficas del sistema (p. ej. Windows CryptoAPI) se cargaron correctamente y están disponibles para operaciones de firma

Remarks

Example

begin
  if Pdf1.PadesCryptoAvailable then
    ShowMessage('PAdES signature engine is ready');
end;

See Also

SignPades ValidatePades