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

◆ ExportEncryptedPkcs8()

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

Definition at line 86 of file DSACng.cs.

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

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

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