CapyKit/Documentation/Help/M_Tests_PasswordTests_GenerateSalt.md
2024-09-04 19:31:43 -05:00

42 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GenerateSalt Method
\[Missing <summary> documentation for "M:Tests.PasswordTests.GenerateSalt(System.Int32)"\]
## Definition
**Namespace:** <a href="N_Tests.md">Tests</a>
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
**C#**
``` C#
private static byte[] GenerateSalt(
int size = 16
)
```
**F#**
``` F#
private static member GenerateSalt :
?size : int
(* Defaults:
let _size = defaultArg size 16
*)
-> byte[]
```
#### Parameters
<dl><dt>  <a href="https://learn.microsoft.com/dotnet/api/system.int32" target="_blank" rel="noopener noreferrer">Int32</a>  (Optional)</dt><dd>\[Missing &lt;param name="size"/&gt; documentation for "M:Tests.PasswordTests.GenerateSalt(System.Int32)"\]</dd></dl>
#### Return Value
<a href="https://learn.microsoft.com/dotnet/api/system.byte" target="_blank" rel="noopener noreferrer">Byte</a>[]
\[Missing &lt;returns&gt; documentation for "M:Tests.PasswordTests.GenerateSalt(System.Int32)"\]
## See Also
#### Reference
<a href="T_Tests_PasswordTests.md">PasswordTests Class</a>
<a href="N_Tests.md">Tests Namespace</a>