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

◆ ReleaseHandle()

override bool System.Security.Cryptography.SafeHashHandle.ReleaseHandle ( )
inlineprotected

Definition at line 35 of file SafeHashHandle.cs.

36 {
37 bool result = global::Interop.Advapi32.CryptDestroyHash(handle);
38 SafeProvHandle parent = _parent;
39 _parent = null;
40 parent?.DangerousRelease();
41 return result;
42 }

References System.Security.Cryptography.SafeHashHandle._parent, System.Runtime.InteropServices.SafeHandle.DangerousRelease(), and System.Runtime.InteropServices.SafeHandle.handle.