mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
|
# 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 <param name="size"/> 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 <returns> 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>
|