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

◆ ImportFromEncryptedPem() [1/2]

override void System.Security.Cryptography.ECDiffieHellman.ImportFromEncryptedPem ( ReadOnlySpan< char > input,
ReadOnlySpan< byte > passwordBytes )
inlinevirtualinherited

Reimplemented from System.Security.Cryptography.AsymmetricAlgorithm.

Definition at line 285 of file ECDiffieHellman.cs.

286 {
287 PemKeyImportHelpers.ImportEncryptedPem(input, passwordBytes, ImportEncryptedPkcs8PrivateKey);
288 }
unsafe override void ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)

References System.Security.Cryptography.ECDiffieHellman.ImportEncryptedPkcs8PrivateKey(), and System.input.