protected override bool ReleaseHandle()
 {
     CryptoApi.CryptDestroyKey(handle);
     return(true);
 }