Aftab Alam wrote:
Hi All,
I am using the following code to create TS response object from DER encoded
data,
bool CreateResponseFromFile(const char * pszTSResponsePath)
{
char * buffer;
long size;
//"C:\\ts\\TstResponse.tsr"
ifstream file (pszTSResponsePath, ios::in|
Hi All,
I am using the following code to create TS response object from DER encoded
data,
bool CreateResponseFromFile(const char * pszTSResponsePath)
{
char * buffer;
long size;
//"C:\\ts\\TstResponse.tsr"
ifstream file (pszTSResponsePath, ios::in|ios::binary|ios