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

◆ ReleaseHandle()

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

Definition at line 9 of file SafeCertContextHandleWithKeyContainerDeletion.cs.

10 {
11 using (SafeCertContextHandle pCertContext = global::Interop.crypt32.CertDuplicateCertificateContext(handle))
12 {
13 DeleteKeyContainer(pCertContext);
14 }
15 base.ReleaseHandle();
16 return true;
17 }

References Internal.Cryptography.Pal.Native.SafeCertContextHandleWithKeyContainerDeletion.DeleteKeyContainer(), and System.handle.