# C1.WPF.SpellChecker.SpellDictionary.Password

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_SpellDictionary_Password_" data-uid="C1.WPF.SpellChecker.SpellDictionary.Password*">Password Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_SpellDictionary_Password_" data-uid="C1.WPF.SpellChecker.SpellDictionary.Password*"></a>
<h4 id="C1_WPF_SpellChecker_SpellDictionary_Password" data-uid="C1.WPF.SpellChecker.SpellDictionary.Password">Password</h4>
<div class="markdown level1 summary"><p>Gets or sets the password needed to load password-protected dictionaries.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual string Password { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property Password As String</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_SpellDictionary_Password_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;If the dictionary file in use is password-protected, you must provide a
</code></pre>
<p>valid password in order to use it.</p>
<p>The dictionary files that ship with <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a> are not
password-protected. You can create password-protected dictionaries using the
dictionary utility shipped with <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.</p>
</div>
</div>
