Specifies the encryption mode to be used.
Specifies the private encryption key.

In This Topic

SetEncryptionMode Method (DocuViewareManager)

In This Topic
Call this method to encrypt session data.
Syntax
'Declaration
 
Public Shared Sub SetEncryptionMode( _
   ByVal EncryptionMode As DocuViewareFilesEncryptionMode, _
   ByVal Key As String _
) 
public static void SetEncryptionMode( 
   DocuViewareFilesEncryptionMode EncryptionMode,
   string Key
)

Parameters

EncryptionMode
Specifies the encryption mode to be used.
Key
Specifies the private encryption key.
Remarks
This method must be called during the application startup right after the SetupConfiguration() call.
See Also