Ejemplo n.º 1
0
            protected sealed override bool ReleaseHandle()
            {
                IntPtr localHandle = handle;

                handle = IntPtr.Zero;
                int status = MD5PInvokeHelper.BCryptDestroyHash(localHandle);

                return(status == MD5PInvokeHelper.StatusSuccess);
            }