Merge pull request #1101 from jariq/master
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / StoreName.cs
index 5386186d8c2f76bb7199961df1e6b0c50b3a83d6..5f3237580cf4f655205efb2746b6d51debe21cd3 100644 (file)
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Security.Cryptography.X509Certificates {
 
        public enum StoreName {
@@ -43,4 +41,3 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif