Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.LoadFromFile

TElCertificateRevocationList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Loads the CRL from file.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Filename - name of the file containing CRL
  • Password - password to access the CRL

Description

    This method attempts to read the CRL from file. The CRL must be saved in DER format.

See also:     LoadFromStream     LoadFromBuffer    

Discuss this help topic in SecureBlackbox Forum