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,9 +31,7 @@ using System;
using System.Globalization;
using System.Text;
using Mono.Security;
namespace Mono.Security.X509 {
namespace MediaBrowser.Server.Mono.Security {
/*
* Extension ::= SEQUENCE {
* extnID OBJECT IDENTIFIER,
@@ -41,12 +39,7 @@ namespace Mono.Security.X509 {
* extnValue OCTET STRING
* }
*/
#if INSIDE_CORLIB
internal
#else
public
#endif
class X509Extension {
public class X509Extension {
protected string extnOid;
protected bool extnCritical;