update namespaces

This commit is contained in:
Luke Pulverenti
2016-06-30 17:56:14 -04:00
parent 68df03b872
commit edfd04129e
17 changed files with 117 additions and 242 deletions

View File

@@ -31,15 +31,10 @@
using System;
using System.Collections;
namespace Mono.Security.X509 {
namespace MediaBrowser.Server.Mono.Security {
[Serializable]
#if INSIDE_CORLIB
internal
#else
public
#endif
class X509CertificateCollection : CollectionBase, IEnumerable {
public class X509CertificateCollection : CollectionBase, IEnumerable {
public X509CertificateCollection ()
{