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