procedure ExportTo(const FileName: string; const CertEncoding: TScCertificateEncoding = cfPEM); overload;
procedure ExportTo(Stream: TStream; const CertEncoding: TScCertificateEncoding = cfPEM); overload;
Description
Use this method to export the Certificate Revocation List (CRL) to file or to stream. The CRL can be stored in different formats.
Parameters:
• | FileName - specifies the file name in which the CRL will be exported. If the file with the specified name does not exist, in will be created. The existent file will be overwritten. |
• | Stream - pointer to the stream in which the CRL will be exported. Data will be appended to the stream. |
• | CertEncoding - the data format which will be used for storing the CRL. |
See also