EncryptionProvider.CloneSession(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.