Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.SaveCopyToFile

TElCertificateRevocationList     See also     


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


Saves the CRL to file without re-signing.

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
  • PEMEncode - set this parameter to True to save CRL in PEM format

Description

    Use this method to save only a *copy* of the loaded/generated CRL (without re-signing it).

See also:     LoadFromFile     SaveToFile    

Discuss this help topic in SecureBlackbox Forum