mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 02:45:05 -06:00
33 lines
586 B
Markdown
33 lines
586 B
Markdown
|
# GetSaltSize Method
|
||
|
|
||
|
|
||
|
Gets the salt size.
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
||
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
public int GetSaltSize()
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
member GetSaltSize : unit -> int
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
#### Return Value
|
||
|
<a href="https://learn.microsoft.com/dotnet/api/system.int32" target="_blank" rel="noopener noreferrer">Int32</a>
|
||
|
The salt size.
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper Class</a>
|
||
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|