EncryptionProvider.CloneSession(Int32) Method

Definition

Creates a second, working copy of the EncryptionProvider object’s encryption session for a file that is about to be saved.

public:
 int CloneSession(int SessionHandle);
public int CloneSession (int SessionHandle);
abstract member CloneSession : int -> int
Public Function CloneSession (SessionHandle As Integer) As Integer

Parameters

SessionHandle
Int32

The ID of the cloned session.

Returns

Integer

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.

Applies to