protected override bool ReleaseHandle()
 {
     Crypt32.CryptMemFree(handle);
     return(true);
 }