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