Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.LoadFromFile

TElCertificateRequest     See also     


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


This method loads Certificate Request 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 to be read

Description

    Use this method to load Certificate Request from file. If the file contains non-valid PKCS10 data, the EElCertificateRequestException is raised.

    Note, that this method doesn't check signature validity. You should call the ValidateSignature method to perform validation.

See also:     ValidateSignature     SaveToFile    

Discuss this help topic in SecureBlackbox Forum