3 overrides of TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
170
protected override bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.Windows.cs (1)
131
protected override bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (1)
61
protected override bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten)
2 references to TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
715
return
TryExportPkcs8PrivateKeyCore
(destination, out bytesWritten);
1805
while (!
TryExportPkcs8PrivateKeyCore
(buffer, out written))