LOTUSSCRIPT/COM/OLE CLASSES


Examples: EncryptionKeys property
1. This script gets the encryption keys for a document. For example, if the document is encrypted with the Confidential Key and the Classified Key, keys( 0 ) equals "Confidential Key" and keys( 1 ) equals "Classified Key."
2. This script encrypts every item in a document with two encryption keys: Top Secret and Medium Secret.
See Also