X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Security.Cryptography.X509Certificates%2FX509KeyUsageExtension.cs;h=69f56faece63dbe338571f442ab2d699588fd65c;hb=11ab0e0864af8f10c07c38d90c518f719f282f2e;hp=ce5df95e0b6ce01c2d11ba895563da02ca54e3d1;hpb=3ecc81b72062fe9cfa208b76ad52efadbb9326ad;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 ce5df95e0b6..69f56faece6 100644 --- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs +++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs @@ -30,9 +30,14 @@ #if SECURITY_DEP -using System.Text; - +#if MONOTOUCH using Mono.Security; +#else +extern alias MonoSecurity; +using MonoSecurity::Mono.Security; +#endif + +using System.Text; namespace System.Security.Cryptography.X509Certificates {