Document.Password Property

Sets a password that must be supplied to open the document.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
WriteOnly Property Password As String
string Password { set; }

Property Value

Type: System.String
A password that must be supplied to open the document.

Remarks

Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace