PDFium Component Docs

PadesCryptoAvailable Método

Componente: TPdf  ·  Unidad: PDFium
Indica si el backend criptográfico de firmas está disponible en el sistema

Syntax

function PadesCryptoAvailable: Boolean;

Description

Devuelve True si las API criptográficas del sistema (p. ej. Windows CryptoAPI) se cargan 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