<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<META name="GENERATOR" content="onet.poczta">
</HEAD><BODY>
Hello Aleksey,

I am using xmlsec to verify docs which contain just one signature. Which way is the best to check if the verification was successful:

1. result->result == xmlSecTransformStatusOk;
2. iterate through the references in "result" structure, find corresponding ID and check for "result" value
3. other way

Thank you,

Jacek
</BODY></HTML>