0

Lotus Notes データベースの内容を XML にエクスポートしたいと考えています。結果のファイルで、特定のアクセス制御セクションに誰が署名したかを確認したいと思います。デジタル署名がエクスポートされないことはわかっています。私が知る必要があるのは、誰がセクションに署名し、いつ署名したかだけです。

DXL Exporter を使用して、セクションに署名した人の名前と日付をエクスポートするにはどうすればよいですか? 何を探す?

4

1 に答える 1

0

If a Notes document is signed, the DXL exporter puts the name of the signer in the <wassignedby> tag and puts sign="true" on all <item> tags that are signed.

I haven't found a way to find the date of the signature. It might be possible to look it up using the UNID of the document and checking LastModified property of the $Signature note item.

于 2010-07-07T13:18:59.727 に答える