This commit is contained in:
2025-08-21 15:34:04 +02:00
parent 1b11821ebc
commit 658095b688
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ namespace EonaCat.Connections.Client.Example
UseSsl = false,
UseAesEncryption = true,
AesPassword = "EonaCat.Connections.Password",
Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("client.pfx", "p@ss"),
//Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("client.pfx", "p@ss"),
};
_client = new NetworkClient(config);