Fix condition so the new feature is available outside NET_2_1
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 3 Nov 2010 19:10:27 +0000 (15:10 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 3 Nov 2010 19:19:59 +0000 (15:19 -0400)
commitf136fb348b129bc9ccc6a9c6ca70135c009d5a53
tree29d806637fe42599bc2149ec352252e0c30b362a
parent579af2445d800ee3ad1f96eeacc2e869fcb93b57
Fix condition so the new feature is available outside NET_2_1

* mcs/class/corlib/Mono.Security.X509/X509Store.cs:
* mcs/class/Mono.Security/Mono.Security.X509/X509Store.cs:
Replace INSIDE_CORLIB by !NET_2_1 so the new feature is
available to mono/full framework but not where CspParameters
(or file system, or key persistance) might not be possible
mcs/class/Mono.Security/Mono.Security.X509/X509Store.cs
mcs/class/corlib/Mono.Security.X509/X509Store.cs