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

◆ ImportEncryptedPkcs8PrivateKey() [2/2]

override void System.Security.Cryptography.RSACryptoServiceProvider.ImportEncryptedPkcs8PrivateKey ( ReadOnlySpan< char > password,
ReadOnlySpan< byte > source,
out int bytesRead )
inlinevirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 312 of file RSACryptoServiceProvider.cs.

313 {
315 base.ImportEncryptedPkcs8PrivateKey(password, source, out bytesRead);
316 }

References System.source, and System.Security.Cryptography.RSACryptoServiceProvider.ThrowIfDisposed().