Beispiel #1
0
 protected override bool ReleaseHandle()
 {
     CryptoApi.CryptDestroyHash(handle);
     return(true);
 }