fix some doc strings

This commit is contained in:
TheSnoozer 2019-10-03 09:48:40 +02:00
parent d4aa63d1d3
commit 1f53845841
3 changed files with 2 additions and 5 deletions

View file

@ -16,7 +16,7 @@ namespace MinecraftClient.Crypto
/// <summary>
/// Get a cryptographic service for encrypting data using the server's RSA public key
/// </summary>
/// <param name="key">Byte array containing the encoded key</param>
/// <param name="x509key">Byte array containing the encoded key</param>
/// <returns>Returns the corresponding RSA Crypto Service</returns>
public static RSACryptoServiceProvider DecodeRSAPublicKey(byte[] x509key)