dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/runtime/System/Security/Cryptography DSACr


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/runtime/System/Security/Cryptography DSACryptoServiceProvider.cs, 1.6, 1.7 RSACryptoServiceProvider.cs, 1.7, 1.8
Date: Mon, 13 Oct 2003 00:58:28 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography
In directory subversions:/tmp/cvs-serv25218/runtime/System/Security/Cryptography

Modified Files:
        DSACryptoServiceProvider.cs RSACryptoServiceProvider.cs 
Log Message:


Add missing resources and fix tag name spelling mistakes in the source.


Index: DSACryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DSACryptoServiceProvider.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** DSACryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.6
--- DSACryptoServiceProvider.cs 13 Oct 2003 00:58:26 -0000      1.7
***************
*** 89,93 ****
                                        {
                                                throw new CryptographicException
!                                                       (_("Crypt_UnknownKey"),
                                                         
parameters.KeyContainerName);
                                        }
--- 89,93 ----
                                        {
                                                throw new CryptographicException
!                                                       (_("Crypto_UnknownKey"),
                                                         
parameters.KeyContainerName);
                                        }
***************
*** 95,99 ****
                                        {
                                                throw new CryptographicException
!                                                       (_("Crypt_NoKeyAccess"),
                                                         
parameters.KeyContainerName);
                                        }
--- 95,99 ----
                                        {
                                                throw new CryptographicException
!                                                       
(_("Crypto_NoKeyAccess"),
                                                         
parameters.KeyContainerName);
                                        }

Index: RSACryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSACryptoServiceProvider.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RSACryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.7
--- RSACryptoServiceProvider.cs 13 Oct 2003 00:58:26 -0000      1.8
***************
*** 75,79 ****
                                        {
                                                throw new CryptographicException
!                                                       (_("Crypt_UnknownKey"),
                                                         
parameters.KeyContainerName);
                                        }
--- 75,79 ----
                                        {
                                                throw new CryptographicException
!                                                       (_("Crypto_UnknownKey"),
                                                         
parameters.KeyContainerName);
                                        }
***************
*** 81,85 ****
                                        {
                                                throw new CryptographicException
!                                                       (_("Crypt_NoKeyAccess"),
                                                         
parameters.KeyContainerName);
                                        }
--- 81,85 ----
                                        {
                                                throw new CryptographicException
!                                                       
(_("Crypto_NoKeyAccess"),
                                                         
parameters.KeyContainerName);
                                        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]