CapyKit/Documentation/Help/M_CapyKit_EncryptedValue_1__ctor.md

29 lines
504 B
Markdown
Raw Normal View History

2024-06-24 01:17:33 -05:00
# EncryptedValue<T> Constructor
Initializes a new instance of the <a href="T_CapyKit_EncryptedValue_1.md">EncryptedValue(T)</a> class
## Definition
**Namespace:** <a href="N_CapyKit.md">CapyKit</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**C#**
``` C#
public EncryptedValue()
```
**F#**
``` F#
new : unit -> EncryptedValue
```
## See Also
#### Reference
<a href="T_CapyKit_EncryptedValue_1.md">EncryptedValue(T) Class</a>
<a href="N_CapyKit.md">CapyKit Namespace</a>