CapyKit/Documentation/Help/M_CapyKit_Password__cctor.md

29 lines
487 B
Markdown
Raw Normal View History

2024-04-21 03:30:36 -05:00
# Password Constructor
Initializes the static fields of the <a href="T_CapyKit_Password.md">Password</a> class
## Definition
**Namespace:** <a href="N_CapyKit.md">CapyKit</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d
**C#**
``` C#
static Password()
```
**F#**
``` F#
new : unit -> Password
```
## See Also
#### Reference
<a href="T_CapyKit_Password.md">Password Class</a>
<a href="N_CapyKit.md">CapyKit Namespace</a>