X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Security.Cryptography.X509Certificates%2FX509KeyUsageExtension.cs;h=a4b2af18ee00a444946b9fc3d56ad49dc23f4782;hb=0be292818eb53868d1cfe4956ab3a033480d22c7;hp=d252dded577f0c23d55ed85e2fd73677ecb0d975;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs index d252dded577..a4b2af18ee0 100644 --- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs +++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs @@ -28,11 +28,16 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 && SECURITY_DEP - -using System.Text; +#if SECURITY_DEP +#if MONOTOUCH || MONODROID using Mono.Security; +#else +extern alias MonoSecurity; +using MonoSecurity::Mono.Security; +#endif + +using System.Text; namespace System.Security.Cryptography.X509Certificates {