Encrypts the specified password and stores the encrypted value to be saved in the document.

The specified password will be temporarily cached and used for subsequent re-saves of the same document (to prevent repeatedly prompting for the password).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void ApplyPasswordForSave(
	string password
)
Visual Basic
Public Sub ApplyPasswordForSave ( _
	password As String _
)
JScript
public function ApplyPasswordForSave(
	password : String
)

Parameters

password
Type: System..::..String
The new password to save-protect the current display.

See Also