Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGenCerts::printCrl ( const P6WCHAR pPrintToFile,
const P6WCHAR pCrlFile 
)
pure virtual

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

This function can be used as a debugging aid or to archive a CRL in another format.

Parameters
pPrintToFile[ in ] Create file and write contents of the CRL.
pCrlFile[ in ] CRL file to print contents.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eFormatErrorUnable to read the crlFile.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eIoErrorFailed to open printToFile for write.