procedure ImportFrom(const FileName: string; const Password: string = ''); overload;
procedure ImportFrom(Stream: TStream; const Password: string = ''); overload;
Description
Imports the Certificate Revocation List (CRL) from the specified file or stream.
The CRL can be stored in different formats. Format is determined automatically when loading the CRL.
Parameters:
• | FileName - determines the file name from which the CRL will be imported. If the file does not exists, an exception will be raised. |
• | Stream - a pointer to the stream that holds data for importing the CRL. |
• | Password - the password that is used for importing data decryption. |
Note: If the CRL is loaded successfully, all properties becomes assigned, and the Ready property is set to True.
See also