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

◆ ImportEncryptedPkcs8PrivateKey() [1/2]

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

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 171 of file DSACng.cs.

172 {
174 base.ImportEncryptedPkcs8PrivateKey(passwordBytes, source, out bytesRead);
175 }

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