CapyKit/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_GetRandomString.md

20 lines
694 B
Markdown
Raw Normal View History

2024-04-21 01:20:26 -05:00
# GetRandomString Method
## Overload List
<table>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="M_CapyKit_Helpers_SecurityHelper_GetRandomString.md">GetRandomString(Int32)</a></td>
2024-04-21 01:20:26 -05:00
<td>A convenience method to generate a random string of the specified length using all character sets.</td></tr>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="M_CapyKit_Helpers_SecurityHelper_GetRandomString_1.md">GetRandomString(Int32, ValidCharacterCollection[])</a></td>
2024-04-21 01:20:26 -05:00
<td>Gets a cryptographically strong random string using the character values found in [!:VALID_CHARACTERS].</td></tr>
</table>
## See Also
#### Reference
2024-04-21 03:30:36 -05:00
<a href="T_CapyKit_Helpers_SecurityHelper.md">SecurityHelper Class</a>
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>