GetCertificateCRLURLs
Digitalni potpisi
Opis
Vraća adrese distribucije CRL-a koje certifikat imenuje
Sintaksa
Delphi
Function TPDFlib.GetCertificateCRLURLs(Const CertDER: AnsiString): WideString;Parametri
| CertDER | Certifikat, DER kodiran |
|---|
Povratne vrijednosti
| Addresses | One per line. |
|---|---|
| Empty string | Certifikat nije imenovan ili ga nije moguće pročitati |
Napomene
Adrese dolaze iz proširenja CRL Distribution Points (RFC 5280 §4.2.1.13), uključujući svaku točku distribucije koju certifikat navodi
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.