Version

SetOpenPassword(SecureString) Method

Sets the password used to encrypt the document on subsequent saves.
Syntax
'Declaration
 
Public Overloads Sub SetOpenPassword( _
   ByVal password As SecureString _
) 
public void SetOpenPassword( 
   SecureString password
)

Parameters

password
The password to use to encrypt the document; null will prevent the document from being encrypted on subsequent saves.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also