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

◆ DecryptPkcs8() [2/6]

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

Definition at line 71 of file KeyFormatHelper.cs.

72 {
73 return DecryptPkcs8(ReadOnlySpan<char>.Empty, inputPasswordBytes, source, out bytesRead);
74 }
static ArraySegment< byte > DecryptPkcs8(ReadOnlySpan< char > inputPassword, ReadOnlyMemory< byte > source, out int bytesRead)

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