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
| CertDER | Certifikát v kódování DER |
|---|
Návratové hodnoty
| Addresses | One per line. |
|---|---|
| Empty string | Podpis 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.