CapyKit/Documentation/Help/M_CapyKit_Helpers_EncryptionHelper__ctor.md

35 lines
884 B
Markdown
Raw Normal View History

2024-06-24 01:17:33 -05:00
# EncryptionHelper Constructor
Initializes a new instance of the <a href="T_CapyKit_Helpers_EncryptionHelper.md">EncryptionHelper</a> class
## Definition
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**C#**
``` C#
public EncryptionHelper(
string encryptionKey
)
```
**F#**
``` F#
new :
encryptionKey : string -> EncryptionHelper
```
#### Parameters
<dl><dt>  <a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a></dt><dd>\[Missing &lt;param name="encryptionKey"/&gt; documentation for "M:CapyKit.Helpers.EncryptionHelper.#ctor(System.String)"\]</dd></dl>
## See Also
#### Reference
<a href="T_CapyKit_Helpers_EncryptionHelper.md">EncryptionHelper Class</a>
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>