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