3 references to ImportPkcs8PrivateKey
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
80
CngPkcs8.Pkcs8Response response = CngPkcs8.
ImportPkcs8PrivateKey
(source, out int localRead);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
111
CngPkcs8.Pkcs8Response response = CngPkcs8.
ImportPkcs8PrivateKey
(source, out int localRead);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (1)
43
CngPkcs8.Pkcs8Response response = CngPkcs8.
ImportPkcs8PrivateKey
(source, out int localRead);