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

◆ ImportEncryptedPkcs8PrivateKey() [1/2]

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

Reimplemented from System.Security.Cryptography.ECDiffieHellman.

Definition at line 580 of file ECDiffieHellmanCng.cs.

581 {
583 int bytesRead2;
585 ProcessPkcs8Response(response);
586 bytesRead = bytesRead2;
587 }
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().