Hi,
It is a file URI
It has the following values
fScheme=(0x03a73778)"file"
fHost=(0x03a737c0)""
fPath=(0x03a73b58)"/C:/DOCUME~1/vincent/LOCALS~1/Temp/TemporaryDALMLDocument.xml"
I have included the xml document as well
Hope it helps
Vin
> -Original Message-
> From: Berin Laute
Hello again,
If my understanding of this problem is correct. The certificate itself is
fine, the problem is in the way the certificate has been exported into a
transfer format.
I received the certificate as a P12, imported into the Windows key store via a
"double click" and then at a later st
Hi all!!
I am trying to sign (detached) some base64-encoded data along with a
SignatureProperty (SigningTime). If I base64-decode the data before signing
and specify C14N transform for the SignatureProperty, everything is OK;
however, if I do not base64-decode the data but I include Base64-d