GetCertificateCRLURLs

Digitální podpisy

Popis

Vrací distribuční adresy CRL, které certifikát uvádí

Syntaxe

Delphi

Function TPDFlib.GetCertificateCRLURLs(Const CertDER: AnsiString): WideString;

Parametry

CertDERCertifikát v kódování DER

Návratové hodnoty

AddressesOne per line.
Empty stringPodpis nejmenuje žádný certifikát, nebo ho nelze přečíst

Poznámky

Adresy pocházejí z rozšíření CRL Distribution Points (RFC 5280 §4.2.1.13), včetně každého distribution pointu, který certifikát vypíše

Only URIs are reported. A location that names no fetchable resource, such as a directory name or a mail address, is skipped rather than returned as something that could be downloaded.

Viz také

GetCertificateOCSPURLs, AddPAdESDSSCRLFromURL