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

◆ ReadEncryptedPkcs8< TRet >() [2/5]

static void System.Security.Cryptography.KeyFormatHelper.ReadEncryptedPkcs8< TRet > ( string[] validOids,
ReadOnlyMemory< byte > source,
ReadOnlySpan< char > password,
KeyReader< TRet > keyReader,
out int bytesRead,
out TRet ret )
inlinestaticprivate

Definition at line 149 of file KeyFormatHelper.cs.

150 {
151 ReadEncryptedPkcs8(validOids, source, password, ReadOnlySpan<byte>.Empty, keyReader, out bytesRead, out ret);
152 }

References System.source.