[DllImport("Crypt32.dll", SetLastError = true)] public static extern void CryptWipe( IntPtr pv, uint cb );
Last updated 1 year ago