예제 #1
0
 extern static unsafe int BCryptCreateHash(IntPtr hAlgorithm, out IntPtr phHash, IntPtr pbHashObject, int cbHashObject, byte *pbSecret, int cbSecret, BCryptFlags dwFlags);
예제 #2
0
 extern static int BCryptOpenAlgorithmProvider(out IntPtr handle, string algId, string implementation, BCryptFlags flags);