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

◆ ImportEncryptedPkcs8PrivateKey() [2/2]

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

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 265 of file DSACryptoServiceProvider.cs.

266 {
268 base.ImportEncryptedPkcs8PrivateKey(password, source, out bytesRead);
269 }

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