diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-30 17:56:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-30 17:56:14 -0400 |
| commit | edfd04129e58cd99441a6bbaa47de7071467f54a (patch) | |
| tree | 3a5bcdf83ad899226d626bd23a51c7e4a4ba502a /MediaBrowser.Server.Mono/Security/ASN1Convert.cs | |
| parent | 68df03b87292dca2a87a61fe9fac7ea3b441af74 (diff) | |
update namespaces
Diffstat (limited to 'MediaBrowser.Server.Mono/Security/ASN1Convert.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/Security/ASN1Convert.cs | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/MediaBrowser.Server.Mono/Security/ASN1Convert.cs b/MediaBrowser.Server.Mono/Security/ASN1Convert.cs index 3a1cf93018..f25a5275af 100644 --- a/MediaBrowser.Server.Mono/Security/ASN1Convert.cs +++ b/MediaBrowser.Server.Mono/Security/ASN1Convert.cs @@ -30,23 +30,17 @@ // using System; -using System.Collections; using System.Globalization; using System.Security.Cryptography; using System.Text; -namespace Mono.Security { +namespace MediaBrowser.Server.Mono.Security { // References: // a. ITU ASN.1 standards (free download) // http://www.itu.int/ITU-T/studygroups/com17/languages/ -#if INSIDE_CORLIB - internal -#else - public -#endif - static class ASN1Convert { + public static class ASN1Convert { // RFC3280, section 4.2.1.5 // CAs conforming to this profile MUST always encode certificate // validity dates through the year 2049 as UTCTime; certificate validity |
