CapyKit/Documentation/Help/M_Tests_Passwords_PasswordTests_GenerateSalt.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2024-08-27 18:54:36 -05:00
# GenerateSalt Method
\[Missing <summary> documentation for "M:Tests.Passwords.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.Passwords.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.Passwords.PasswordTests.GenerateSalt(System.Int32)"\]
## See Also
#### Reference
<a href="T_Tests_Passwords_PasswordTests.md">Passwords.PasswordTests Class</a>
<a href="N_Tests.md">Tests Namespace</a>