Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

override void System.Security.Cryptography.SafeHashHandle.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.Runtime.InteropServices.SafeHandle.

Definition at line 27 of file SafeHashHandle.cs.

28 {
29 if (!SafeHandleCache<SafeHashHandle>.IsCachedInvalidHandle(this))
30 {
31 base.Dispose(disposing);
32 }
33 }

Referenced by Internal.NativeCrypto.CapiHelper.CreateHashHandle(), and Internal.NativeCrypto.CapiHelper.DeriveKey().