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

◆ ImportEncryptedPkcs8PrivateKey() [2/2]

override void System.Security.Cryptography.ECDiffieHellmanCng.ImportEncryptedPkcs8PrivateKey ( ReadOnlySpan< char > password,
ReadOnlySpan< byte > source,
out int bytesRead )
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDiffieHellman.

Definition at line 589 of file ECDiffieHellmanCng.cs.

590 {
592 int bytesRead2;
594 ProcessPkcs8Response(response);
595 bytesRead = bytesRead2;
596 }
static unsafe Pkcs8Response ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)
Definition CngPkcs8.cs:134
void ProcessPkcs8Response(System.Security.Cryptography.CngPkcs8.Pkcs8Response response)

References System.Security.Cryptography.CngPkcs8.ImportEncryptedPkcs8PrivateKey(), System.Security.Cryptography.ECDiffieHellmanCng.ProcessPkcs8Response(), System.source, and System.Security.Cryptography.ECDiffieHellmanCng.ThrowIfDisposed().