Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DecodeDssKeyValue()

static unsafe byte[] Internal.Cryptography.Pal.X509Pal.DecodeDssKeyValue ( byte[] encodedKeyValue)
inlinestaticprivate

Definition at line 406 of file X509Pal.cs.

407 {
408 return encodedKeyValue.DecodeObject(CryptDecodeObjectStructType.X509_DSS_PUBLICKEY, (void* pvDecoded, int cbDecoded) => ((CRYPTOAPI_BLOB*)pvDecoded)->ToByteArray());
409 }

Referenced by Internal.Cryptography.Pal.X509Pal.ConstructDSSPublicKeyCspBlob().