Welcome to mirror list, hosted at ThFree Co, Russian Federation.

X509Certificates.cs « System.Security.Cryptography « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 342b0cacf318bfe52651f5ede27c94f40fdf8b41 (plain)
1
2
3
4
5
6
7
8
9
10
using System.Security.Cryptography;

namespace System.Security.Cryptography.X509Certificates {

	[Serializable]
	public class X509Certificate {
		internal X509Certificate () {}
	}
}