|
pure virtual |
Write the certificate in this component to the file defined in the parameter in PEM format.
| pFile | [ in ] Location to write the certificate onto disk. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pCertFile is NULL |
| P6R::eFail | An error occurred trying to write the certificate to pCertFile. | |
| P6R::eNoMemoryr | Insufficient available memory to write the certificate to pCertFile. |