Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ DecryptPkcs8() [4/6]

static ArraySegment< byte > System.Security.Cryptography.KeyFormatHelper.DecryptPkcs8 ( ReadOnlySpan< char > inputPassword,
ReadOnlyMemory< byte > source,
out int bytesRead )
inlinestaticpackage

Definition at line 66 of file KeyFormatHelper.cs.

67 {
68 return DecryptPkcs8(inputPassword, ReadOnlySpan<byte>.Empty, source, out bytesRead);
69 }
static ArraySegment< byte > DecryptPkcs8(ReadOnlySpan< char > inputPassword, ReadOnlyMemory< byte > source, out int bytesRead)

References System.Security.Cryptography.KeyFormatHelper.DecryptPkcs8(), and System.source.