b8c5d6db3e1c9779998bd3dfbda2a5818f563d67
[mono.git] / mcs / class / System / Mono.Net.Security / MonoTlsProviderFactory.MonoTouch.opt.cs
1 #if MONOTOUCH || XAMMAC
2
3 // this file is a shim to enable compiling monotouch profiles without mono-extensions
4 namespace Mono.Net.Security
5 {
6         static partial class MonoTlsProviderFactory
7         {
8                 static IMonoTlsProvider CreateDefaultProvider ()
9                 {
10                         throw new System.NotSupportedException ();
11                 }
12         }
13 }
14
15 #endif