Verifies the signature on the specified data.
An object representing the verification result.
The following types of sources are supported:
| Source type | XML signature | PKCS#7 signature |
|---|---|---|
| A string | A new XML document is created from a string and then verified. | Not supported. |
| An XML element | A new XML document is created from the element (IXMLDomElement) that holds the data and then verified. | Not supported. |
| A byte array | A new XML document is created from a single dimensional array of bytes and then verified. | The data is loaded from a byte array and then verified. |
| A Data object | A new XML document is created from the data stored in a Data object and then verified. | The data is loaded from the Data object and then verified. |
A custom object that implements the IStream
interface |
A new XML document is created from the data stored in
a custom object
and verified.
Some of the objects that implement the
IStream interface: ASP Request
object, ASP Response object, ADO stream. |
The data is loaded from the Data object and then verified. |
This method can not be called from an untrusted code if FileRoot is specified.
Requires CreaSign Pro or CreaSign Lite.
CreaSignLite Class | CreaSign Namespace
(c) Crea 2002-2006