mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
deploy: ce41ef9c0a
This commit is contained in:
@@ -182,6 +182,40 @@ Class SavedServer <a class="header-action link-secondary" title="View source" h
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="EchoHub_Client_Config_SavedServer_ChannelKeys_" data-uid="EchoHub.Client.Config.SavedServer.ChannelKeys*"></a>
|
||||
|
||||
<h3 id="EchoHub_Client_Config_SavedServer_ChannelKeys" data-uid="EchoHub.Client.Config.SavedServer.ChannelKeys">
|
||||
ChannelKeys
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/Config/ClientConfig.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Cached room content keys for end-to-end encrypted channels on this server,
|
||||
keyed by channel name (base64). Like RefreshToken, these live only on the
|
||||
user's machine — the server never sees them.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Dictionary<string, string> ChannelKeys { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">Dictionary</span><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Client_Config_SavedServer_LastConnected_" data-uid="EchoHub.Client.Config.SavedServer.LastConnected*"></a>
|
||||
|
||||
<h3 id="EchoHub_Client_Config_SavedServer_LastConnected" data-uid="EchoHub.Client.Config.SavedServer.LastConnected">
|
||||
|
||||
Reference in New Issue
Block a user