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

◆ ImportEncryptedPkcs8PrivateKey() [1/2]

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

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 259 of file DSACryptoServiceProvider.cs.

260 {
262 base.ImportEncryptedPkcs8PrivateKey(passwordBytes, source, out bytesRead);
263 }

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