|
| From: | Rhys Weatherley <address@hidden> |
| Subject: | [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography/X509Certificates X509Certificate.cs,1.1,1.2 |
| Date: | Wed, 23 Apr 2003 01:39:52 -0400 |
Update of
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/X509Certificates
In directory
subversions:/tmp/cvs-serv9550/runtime/System/Security/Cryptography/X509Certificates
Modified Files:
X509Certificate.cs
Log Message:
Minor tweaks to a lot of classes to make them more signature compatible
with .NET Framework SDK 1.1.
Index: X509Certificate.cs
===================================================================
RCS file:
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/X509Certificates/X509Certificate.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** X509Certificate.cs 18 Jul 2002 05:02:33 -0000 1.1
--- X509Certificate.cs 23 Apr 2003 05:39:50 -0000 1.2
***************
*** 224,228 ****
// Get the expiration date of this certificate as a string.
! public virtual String GetExpriationDateString()
{
return expirationDate;
--- 224,228 ----
// Get the expiration date of this certificate as a string.
! public virtual String GetExpirationDateString()
{
return expirationDate;
| [Prev in Thread] | Current Thread | [Next in Thread] |