Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeCryptMsgHandle.cs
Go to the documentation of this file.
1
namespace
Internal.Cryptography.Pal.Native
;
2
3
internal
sealed
class
SafeCryptMsgHandle
:
SafePointerHandle
<SafeCryptMsgHandle>
4
{
5
protected
sealed
override
bool
ReleaseHandle
()
6
{
7
return
global::Interop.Crypt32.CryptMsgClose(handle);
8
}
9
}
Internal.Cryptography.Pal.Native.SafeCryptMsgHandle.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeCryptMsgHandle.cs:5
Internal.Cryptography.Pal.Native.SafeCryptMsgHandle
Definition
SafeCryptMsgHandle.cs:4
Internal.Cryptography.Pal.Native.SafePointerHandle
Definition
SafePointerHandle.cs:8
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
SafeCryptMsgHandle.cs
Generated by
1.10.0