2002-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / X509Certificates.cs
1 using System.Security.Cryptography;
2
3 namespace System.Security.Cryptography.X509Certificates {
4
5         [Serializable]
6         public class X509Certificate {
7                 internal X509Certificate () {}
8         }
9 }
10