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

◆ ImportFromEncryptedPem() [2/2]

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

Reimplemented from System.Security.Cryptography.AsymmetricAlgorithm.

Definition at line 280 of file ECDiffieHellman.cs.

281 {
282 PemKeyImportHelpers.ImportEncryptedPem(input, password, ImportEncryptedPkcs8PrivateKey);
283 }
unsafe override void ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)

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