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

◆ ImportFromEncryptedPem() [2/2]

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

Reimplemented from System.Security.Cryptography.AsymmetricAlgorithm.

Definition at line 652 of file RSA.cs.

653 {
654 PemKeyImportHelpers.ImportEncryptedPem(input, password, ImportEncryptedPkcs8PrivateKey);
655 }
unsafe override void ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)
Definition RSA.cs:568

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