freeRequestInfo

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 will be cleaned up. Currently not implemented.

[VB] void freeRequestInfo(
  BSTR PKCS7OrPKCS10
);
 
[C++] HRESULT freeRequestInfo(
  BSTR PKCS7OrPKCS10    // in
);
 

Parameters

[VB][C++] PKCS7OrPKCS10
The BSTR (containing either base64 encoded PKCS #7 or #10 data) specifies which previously persisted store data gets cleaned up.

Return Values

Returns S_OK.