aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Security/PKCS1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Mono/Security/PKCS1.cs')
-rw-r--r--MediaBrowser.Server.Mono/Security/PKCS1.cs9
1 files changed, 2 insertions, 7 deletions
diff --git a/MediaBrowser.Server.Mono/Security/PKCS1.cs b/MediaBrowser.Server.Mono/Security/PKCS1.cs
index 4e579eee9..86ed6f2d8 100644
--- a/MediaBrowser.Server.Mono/Security/PKCS1.cs
+++ b/MediaBrowser.Server.Mono/Security/PKCS1.cs
@@ -31,18 +31,13 @@
using System;
using System.Security.Cryptography;
-namespace Mono.Security.Cryptography {
+namespace MediaBrowser.Server.Mono.Security {
// References:
// a. PKCS#1: RSA Cryptography Standard
// http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/index.html
-#if INSIDE_CORLIB
- internal
-#else
- public
-#endif
- sealed class PKCS1 {
+ public sealed class PKCS1 {
private PKCS1 ()
{