mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 04:40:14 +00:00
12 lines
494 B
C#
12 lines
494 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Security.Cryptography.SafeCryptMsgHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Security_Cryptography_SafeCryptMsgHandleImpl
|
|
{
|
|
|
|
public static System.Boolean CryptMsgClose(System.IntPtr handle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Security.Cryptography.SafeCryptMsgHandle.CryptMsgClose' has not been implemented!");
|
|
}
|
|
}
|
|
}
|