Sets the password needed to load password-protected dictionaries.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[DescriptionAttribute("Sets the password needed to load password-protected dictionaries.")]
public virtual string Password { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<DescriptionAttribute("Sets the password needed to load password-protected dictionaries.")> _
Public Overridable Property Password As String
	Get
	Set

Remarks

If the dictionary file in use is password-protected, you must provide a valid password in order to use it.

The dictionary files that ship with C1SpellChecker are not password-protected. You can create password-protected dictionaries using the dictionary utility shipped with C1SpellChecker.

See Also