CapyKit/Documentation/Help/M_Tests_Helpers_SecurityHelperTests__cctor.md

29 lines
555 B
Markdown
Raw Permalink Normal View History

2024-09-04 19:31:43 -05:00
# 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>