mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Update to BouncyCastle 1.9.0
This commit is contained in:
parent
ed8e97fd2d
commit
a3971f9097
9 changed files with 392 additions and 115 deletions
|
|
@ -2,7 +2,7 @@ using System;
|
|||
|
||||
namespace Org.BouncyCastle.Crypto
|
||||
{
|
||||
#if !(NETCF_1_0 || NETCF_2_0 || SILVERLIGHT)
|
||||
#if !(NETCF_1_0 || NETCF_2_0 || SILVERLIGHT || PORTABLE)
|
||||
[Serializable]
|
||||
#endif
|
||||
public class CryptoException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue