The freeRequestInfo method is used to clean up the stores if an error occurs or if the acceptance of a PKCS 7 is not performed for some reason. The BSTR (containing either base64 encoded PKCS 7 or 10 data) parameter specifies which previously persisted store data gets cleaned up. Currently not implemented.
[VB] void freeRequestInfo ( BSTR PKCS7OrPKCS10 ); [C++] HRESULT freeRequestInfo ( BSTR PKCS7OrPKCS10 // in );
Returns S_OK.