Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed May 11, 2024
1 parent 51cc597 commit 8fb88c6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ private static void AuthenticateCertificate(X509Certificate2 certificate)
}
}




private static async void ClientServerAuthenticate(X509Certificate2 certificate)
private static void ClientServerAuthenticate(X509Certificate2 certificate)
{
const string plainText = "Hello, world! こんにちは世界 ഹലോ വേൾഡ് Kαληµε´ρα κο´σµε";
var plainMessage = Encoding.UTF8.GetBytes(plainText);
Expand Down

0 comments on commit 8fb88c6

Please sign in to comment.