Security in the .NET Compact Framework
.NET Framework 3.0
In versions 1.0 and 2.0 of the .NET Compact Framework, the security policy assumes an open platform and grants full trust to all code. Future versions of the .NET Compact Framework will offer a subset of the policy-driven, evidence-based code access security of the full .NET Framework. Security policy in future versions of the .NET Compact Framework will vary depending on both device and security domain. Code that uses platform invoke and accesses the file system will work on an open Pocket PC, but may throw a security exception on an OEM Windows CE device with locked-down security.
In This Section
- Security Considerations for Devices
-
Describes several factors influencing security policy for devices.
- Security Goals for the .NET Compact Framework
-
Describes plans for .NET Compact Framework security.