mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
fix some doc strings
This commit is contained in:
parent
d4aa63d1d3
commit
1f53845841
3 changed files with 2 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue