CryptXX method stub

pull/10/head
David Hall 2018-08-17 07:38:58 -06:00
parent 75c59640c3
commit 631ea1be4a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
using System;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Vanara.InteropServices;
namespace Vanara.PInvoke
{
public static partial class AdvApi32
{
}
}