mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 16:46:08 +02:00
deploy: ce41ef9c0a
This commit is contained in:
@@ -244,6 +244,37 @@ Class Channel <a class="header-action link-secondary" title="View source" href=
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_Channel_EncryptionSalt_" data-uid="EchoHub.Core.Models.Channel.EncryptionSalt*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_Channel_EncryptionSalt" data-uid="EchoHub.Core.Models.Channel.EncryptionSalt">
|
||||
EncryptionSalt
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/Channel.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">public string? EncryptionSalt { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_Channel_Id_" data-uid="EchoHub.Core.Models.Channel.Id*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_Channel_Id" data-uid="EchoHub.Core.Models.Channel.Id">
|
||||
@@ -368,6 +399,37 @@ Class Channel <a class="header-action link-secondary" title="View source" href=
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_Channel_PasswordHash_" data-uid="EchoHub.Core.Models.Channel.PasswordHash*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_Channel_PasswordHash" data-uid="EchoHub.Core.Models.Channel.PasswordHash">
|
||||
PasswordHash
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/Channel.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">public string? PasswordHash { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_Channel_Topic_" data-uid="EchoHub.Core.Models.Channel.Topic*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_Channel_Topic" data-uid="EchoHub.Core.Models.Channel.Topic">
|
||||
@@ -399,6 +461,37 @@ Class Channel <a class="header-action link-secondary" title="View source" href=
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_Models_Channel_WrappedRoomKey_" data-uid="EchoHub.Core.Models.Channel.WrappedRoomKey*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_Models_Channel_WrappedRoomKey" data-uid="EchoHub.Core.Models.Channel.WrappedRoomKey">
|
||||
WrappedRoomKey
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/Models/Channel.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">public string? WrappedRoomKey { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user