mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
17 lines
788 B
C#
17 lines
788 B
C#
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!");
|
|
}
|
|
}
|
|
}
|