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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System/Security/Cryptography/X509Cer


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Security/Cryptography/X509Certificates X509CertificateCollection.cs,1.1,1.2
Date: Wed, 28 May 2003 21:23:12 -0400

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

Modified Files:
        X509CertificateCollection.cs 
Log Message:


Add new profile options - CONFIG_COM_INTEROP, CONFIG_CODEDOM,
CONFIG_CRYPTO, CONFIG_X509_CERTIFICATES.


Index: X509CertificateCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Security/Cryptography/X509Certificates/X509CertificateCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** X509CertificateCollection.cs        24 May 2003 02:37:55 -0000      1.1
--- X509CertificateCollection.cs        29 May 2003 01:22:39 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_X509_CERTIFICATES
  
  using System.Collections;
***************
*** 174,178 ****
  }; // class X509CertificateCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography.X509Certificates
--- 174,178 ----
  }; // class X509CertificateCollection
  
! #endif // CONFIG_X509_CERTIFICATES
  
  }; // namespace System.Security.Cryptography.X509Certificates





reply via email to

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