简体   繁体   中英

Encrypting and Decrypting NSF file using C#

I want to Check whether a NSF file is Encrypted or not (using C#). And if it Encrypted i want to Decrypt those NSF Files and Save them on different path. Currently i am using " Domino.dll".

If you drop into the "C API" for Notes, there is a method named NIFDbIsLocallyEncrypted, which returns a boolean. There is some sample code here . For background on the Notes C API Toolkit, see here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM