EncryptionProvider.CloneSession Method
Creates a second, working copy of the EncryptionProvider object's encryption session for a file that is about to be saved.
Syntax
expression.CloneSession(SessionHandle)
expression An expression that returns a EncryptionProvider object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| SessionHandle | Required | Long | The ID of the cloned session. |
Return Value
Long
Remarks
The output of this method is another session handle with the same encryption settings. When an autoSave operation occurs, you are provided with this session handle.