protected override bool ReleaseHandle()
        {
            // Returns a Win32 error code, 0 for success
            int r = SafeNativeMethods.CertFreeCertificateContext(handle);

            return(r == 0);
        }