Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DecodeX509SubjectKeyIdentifierExtension()
unsafe void Internal.Cryptography.Pal.X509Pal.DecodeX509SubjectKeyIdentifierExtension
(
byte[]
encoded
,
out byte[]
subjectKeyIdentifier
)
inline
Implements
Internal.Cryptography.Pal.IX509Pal
.
Definition at line
110
of file
X509Pal.cs
.
111
{
112
subjectKeyIdentifier = encoded.DecodeObject(
"2.5.29.14"
, (
void
* pvDecoded,
int
cbDecoded) => ((
CRYPTOAPI_BLOB
*)pvDecoded)->ToByteArray());
113
}
Internal.Cryptography.Pal.Native.CRYPTOAPI_BLOB
Definition
CRYPTOAPI_BLOB.cs:7
Internal
Cryptography
Pal
X509Pal
Generated by
1.10.0