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

◆ ExportEncryptedPkcs8()

byte[] System.Security.Cryptography.ECDsaCng.ExportEncryptedPkcs8 ( ReadOnlySpan< char > pkcs8Password,
int kdfCount )
inlineprivate

Definition at line 140 of file ECDsaCng.cs.

141 {
142 return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount);
143 }
byte[] ExportPkcs8KeyBlob(ReadOnlySpan< char > password, int kdfCount)
Definition CngKey.cs:665

References System.Security.Cryptography.CngKey.ExportPkcs8KeyBlob(), and System.Security.Cryptography.ECDsaCng.Key.

Referenced by System.Security.Cryptography.ECDsaCng.ExportEncryptedPkcs8PrivateKey().