Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FindByThumbprint()
unsafe
void
Internal.Cryptography.Pal.FindPal.FindByThumbprint
(
byte[]
thumbPrint
)
inline
Implements
Internal.Cryptography.Pal.IFindPal
.
Definition at line
285
of file
FindPal.cs
.
286
{
287
fixed
(
byte
* pbData =
thumbPrint
)
288
{
289
CRYPTOAPI_BLOB
cRYPTOAPI_BLOB
=
new
CRYPTOAPI_BLOB
(
thumbPrint
.Length, pbData);
290
FindCore<object>
(
CertFindType
.CERT_FIND_HASH, &
cRYPTOAPI_BLOB
);
291
}
292
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Internal.Cryptography.Pal.Native.CertFindType
CertFindType
Definition
CertFindType.cs:4
Internal.Cryptography.Pal.Native.CRYPTOAPI_BLOB
Definition
CRYPTOAPI_BLOB.cs:7
Internal
Cryptography
Pal
FindPal
Generated by
1.10.0