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

◆ ImportEncryptedPkcs8PrivateKey() [1/2]

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

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 306 of file RSACryptoServiceProvider.cs.

307 {
309 base.ImportEncryptedPkcs8PrivateKey(passwordBytes, source, out bytesRead);
310 }

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