mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
29 lines
555 B
Markdown
29 lines
555 B
Markdown
|
# SecurityHelperTests Constructor
|
||
|
|
||
|
|
||
|
Initializes the static fields of the <a href="T_Tests_Helpers_SecurityHelperTests.md">SecurityHelperTests</a> class
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_Tests_Helpers.md">Tests.Helpers</a>
|
||
|
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
static SecurityHelperTests()
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
new : unit -> SecurityHelperTests
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_Tests_Helpers_SecurityHelperTests.md">SecurityHelperTests Class</a>
|
||
|
<a href="N_Tests_Helpers.md">Tests.Helpers Namespace</a>
|