Skip to content

Commit

Permalink
Sync cn prototype to en prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan authored Nov 23, 2023
1 parent 646e0f9 commit 63fc199
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions en-US/dita/RTC-NG/API/class_encryptionconfig.dita
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ struct FEncryptionConfig
FString encryptionKdfSalt;
};</codeblock>
<codeblock props="electron" outputclass="language-typescript">export class EncryptionConfig {

encryptionMode?: EncryptionMode;

encryptionKey?: string;

encryptionKdfSalt?: number[];
}</codeblock>
<codeblock props="unity cs" outputclass="language-csharp">public class EncryptionConfig
Expand Down Expand Up @@ -116,11 +116,11 @@ struct FEncryptionConfig
}
}</codeblock>
<codeblock props="rn" outputclass="language-typescript">export class EncryptionConfig {

encryptionMode?: EncryptionMode;

encryptionKey?: string;

encryptionKdfSalt?: number[];
}</codeblock>
<codeblock props="flutter" outputclass="language-dart">class EncryptionConfig {
Expand Down

0 comments on commit 63fc199

Please sign in to comment.