namespace Cosmos.Plugs { [Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.ServiceModel.Channels.KeyHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)] public static class System_ServiceModel_Channels_KeyHandleImpl { public static System.Boolean CryptDestroyKey(System.IntPtr hKey) { throw new System.NotImplementedException("Method 'System.ServiceModel.Channels.KeyHandle.CryptDestroyKey' has not been implemented!"); } } }