Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICert2::printCertificate ( const P6WCHAR pCertFile)
pure virtual

Print the contents of the certificate in parsed form to a file.

This function can be used as a debugging aid or to archive a certificate in a human readable format.

Parameters
pCertFile[ in ] Print formated contents of certificate to this file.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eFormatErrorUnable to read the certificate file.
P6R::eInvalidArgpCertFile is NULL.
P6R::eIoErrorFailed to open printToFile for write.
P6R::eNoMemoryrInsufficient available memory to print certificate.