This commit is contained in:
HueByte
2026-02-20 16:34:26 +00:00
parent 4c105b6c68
commit fca77ea92f
33 changed files with 3362 additions and 71 deletions
@@ -192,6 +192,40 @@ public class ServerController : ControllerBase</code></pre>
</h2>
<a id="EchoHub_Server_Controllers_ServerController_GetEncryptionKey_" data-uid="EchoHub.Server.Controllers.ServerController.GetEncryptionKey*"></a>
<h3 id="EchoHub_Server_Controllers_ServerController_GetEncryptionKey" data-uid="EchoHub.Server.Controllers.ServerController.GetEncryptionKey">
GetEncryptionKey()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server/Controllers/ServerController.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[HttpGet(&quot;encryption-key&quot;)]
[Authorize]
[EnableRateLimiting(&quot;auth&quot;)]
public IActionResult GetEncryptionKey()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><span class="xref">IActionResult</span></dt>
<dd></dd>
</dl>
<a id="EchoHub_Server_Controllers_ServerController_GetInfo_" data-uid="EchoHub.Server.Controllers.ServerController.GetInfo*"></a>
<h3 id="EchoHub_Server_Controllers_ServerController_GetInfo" data-uid="EchoHub.Server.Controllers.ServerController.GetInfo">