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 }