1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

Created SecretGenerator (markdown)

2021-05-31 17:12:16 +03:00
parent b85f9c7c05
commit f4bacfbb30
+13
@@ -0,0 +1,13 @@
Namespace: `SimpleOTP.Helpers`
Assembly: `SimpleOTP.dll`
Helper class for OTP secret generation.
```csharp
public static class SecretGenerator
```
## Methods
| Method | Description |
| --- | --- |
| [GenerateSecret](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator.GenerateSecret) | Generate OTP secret key. |