2 references to TryExportPkcs8PrivateKeyImpl
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
155
return
TryExportPkcs8PrivateKeyImpl
(destination, out bytesWritten);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
130
return
TryExportPkcs8PrivateKeyImpl
(destination, out bytesWritten);