2 instantiations of Pkcs8Response
System.Security.Cryptography (2)
System\Security\Cryptography\CngPkcs8.cs (2)
28return new Pkcs8Response 41return new Pkcs8Response
23 references to Pkcs8Response
System.Security.Cryptography (23)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngPkcs8.cs (5)
97internal static Pkcs8Response ImportPkcs8PrivateKey(ReadOnlySpan<byte> source, out int bytesRead) 139private static Pkcs8Response ImportPkcs8(AsnWriter pkcs8Writer) 149Pkcs8Response ret = ImportPkcs8(tmp.AsSpan(0, written)); 154internal static Pkcs8Response ImportEncryptedPkcs8PrivateKey( 203internal static Pkcs8Response ImportEncryptedPkcs8PrivateKey(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (4)
80CngPkcs8.Pkcs8Response response = CngPkcs8.ImportPkcs8PrivateKey(source, out int localRead); 92CngPkcs8.Pkcs8Response response = CngPkcs8.ImportEncryptedPkcs8PrivateKey( 107CngPkcs8.Pkcs8Response response = CngPkcs8.ImportEncryptedPkcs8PrivateKey( 116private void ProcessPkcs8Response(CngPkcs8.Pkcs8Response response)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (4)
111CngPkcs8.Pkcs8Response response = CngPkcs8.ImportPkcs8PrivateKey(source, out int localRead); 124CngPkcs8.Pkcs8Response response = CngPkcs8.ImportEncryptedPkcs8PrivateKey( 140CngPkcs8.Pkcs8Response response = CngPkcs8.ImportEncryptedPkcs8PrivateKey( 149private void ProcessPkcs8Response(CngPkcs8.Pkcs8Response response)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (4)
43CngPkcs8.Pkcs8Response response = CngPkcs8.ImportPkcs8PrivateKey(source, out int localRead); 56CngPkcs8.Pkcs8Response response = CngPkcs8.ImportEncryptedPkcs8PrivateKey( 72CngPkcs8.Pkcs8Response response = CngPkcs8.ImportEncryptedPkcs8PrivateKey( 81private void ProcessPkcs8Response(CngPkcs8.Pkcs8Response response)
System\Security\Cryptography\CngPkcs8.cs (2)
23private static Pkcs8Response ImportPkcs8(ReadOnlySpan<byte> keyBlob) 34private static Pkcs8Response ImportPkcs8(
System\Security\Cryptography\DSACng.ImportExport.cs (1)
38private void AcceptImport(CngPkcs8.Pkcs8Response response)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
194private void AcceptImport(CngPkcs8.Pkcs8Response response)
System\Security\Cryptography\ECDsaCng.cs (1)
139private void AcceptImport(CngPkcs8.Pkcs8Response response)
System\Security\Cryptography\RSACng.ImportExport.cs (1)
35private void AcceptImport(CngPkcs8.Pkcs8Response response)