CryptWipe

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

Last updated