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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Mono.Security.Cryptography/CryptoConvert.cs')
-rw-r--r--Mono.Security.Cryptography/CryptoConvert.cs9
1 files changed, 7 insertions, 2 deletions
diff --git a/Mono.Security.Cryptography/CryptoConvert.cs b/Mono.Security.Cryptography/CryptoConvert.cs
index bd38900..20a6821 100644
--- a/Mono.Security.Cryptography/CryptoConvert.cs
+++ b/Mono.Security.Cryptography/CryptoConvert.cs
@@ -27,11 +27,13 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
+#if !READ_ONLY
+
+#if !PCL
+
using System;
using System.Security.Cryptography;
-#if !(SILVERLIGHT || READ_ONLY)
-
namespace Mono.Security.Cryptography {
static class CryptoConvert {
@@ -246,3 +248,6 @@ namespace Mono.Security.Cryptography {
}
#endif
+
+#endif
+