Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Version
unsafe int Internal.Cryptography.Pal.CertificatePal.Version
get
Implements
Internal.Cryptography.ICertificatePal
.
Definition at line
137
of file
CertificatePal.cs
.
138
{
139
get
140
{
141
CERT_CONTEXT
*
certContext
=
_certContext
.
CertContext
;
142
int
result =
certContext
->pCertInfo->dwVersion + 1;
143
GC
.
KeepAlive
(
this
);
144
return
result;
145
}
146
}
Internal.Cryptography.Pal.CertificatePal._certContext
SafeCertContextHandle _certContext
Definition
CertificatePal.cs:15
Internal.Cryptography.Pal.Native.SafeCertContextHandle.CertContext
unsafe CERT_CONTEXT * CertContext
Definition
SafeCertContextHandle.cs:9
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.GC.KeepAlive
static void KeepAlive(object? obj)
Definition
GC.cs:180
System.GC
Definition
GC.cs:8
Internal.Cryptography.Pal.Native.CERT_CONTEXT
Definition
CERT_CONTEXT.cs:6
Internal
Cryptography
Pal
CertificatePal
Generated by
1.10.0