EncryptionProvider.EndSession method (Office)
Ends the current encryption session.
Syntax
expression.EndSession(SessionHandle)
expression An expression that returns an EncryptionProvider object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
SessionHandle | Required | Long | The ID of the current session. |
Remarks
During a save operation, the CloneSession method is called by your COM add-in to create a second, working copy of the EncryptionProvider object's encryption session for the file that is about to be saved. Next, the Save method is called to get whatever custom information you would like to persist about your encryption settings. This information is available when this document is reopened later.
The EncryptStream method is then called, which gives the provider the entire contents of the document. And finally, to complete the process, the EndSession method for the cloned session handle is called.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.