Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.SaveToFile

TElCertificateRevocationList     See also     


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


Saves the CRL to 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
  • Cert - certificate to sign the CRL
  • Password - password to access the CRL
  • PEMEncode - set this parameter to True to save CRL in PEM format

Description

    Use this method to save the CRL to file.

See also:     LoadFromFile     SaveCopyToFile    

Discuss this help topic in SecureBlackbox Forum