mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 10:55:04 -06:00
32 lines
592 B
Markdown
32 lines
592 B
Markdown
# GenerateKey Method
|
|
|
|
|
|
Generates a random key.
|
|
|
|
|
|
|
|
## Definition
|
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
|
|
|
|
**C#**
|
|
``` C#
|
|
public string GenerateKey()
|
|
```
|
|
**F#**
|
|
``` F#
|
|
member GenerateKey : unit -> string
|
|
```
|
|
|
|
|
|
|
|
#### Return Value
|
|
<a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a>
|
|
The key.
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper Class</a>
|
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|