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

◆ ReleaseHandle()

override bool Internal.Cryptography.Pal.Native.SafeCryptMsgHandle.ReleaseHandle ( )
inlinesealedprotected

Definition at line 5 of file SafeCryptMsgHandle.cs.

6 {
7 return global::Interop.Crypt32.CryptMsgClose(handle);
8 }