Platform SDK: Certificate Enrollment Control |
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 string or BSTR parameter (containing either base64-encoded or binary PKCS #7 or #10 data) specifies which previously persisted store data will be cleaned up. Currently this method is not implemented.
[Visual Basic] objEnroll.freeRequestInfo( _ PKCS7OrPKCS10 As String ) [C++] HRESULT freeRequestInfo( BSTR PKCS7OrPKCS10 // in );
[Visual Basic] None.
[C++] The return value is an HRESULT. A value of S_OK indicates success.
Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with the Windows NT 4.0 Option Pack).
Header: Declared in Xenroll.h.
Library: Use Uuid.lib.