4 overrides of TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
68protected override partial bool TryExportPkcs8PrivateKeyCore(Span<byte> destination, out int bytesWritten);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
149protected override partial bool TryExportPkcs8PrivateKeyCore(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
127protected override bool TryExportPkcs8PrivateKeyCore(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.NotSupported.cs (1)
46protected 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\X25519DiffieHellman.cs (2)
418return TryExportPkcs8PrivateKeyCore(destination, out bytesWritten); 1481while (!TryExportPkcs8PrivateKeyCore(buffer, out written))