1 override of TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (1)
System\Security\Cryptography\X25519DiffieHellmanImplementation.OpenSsl.cs (1)
63protected override bool TryExportPkcs8PrivateKeyCore(Span<byte> destination, out int bytesWritten)
2 references to TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellman.cs (2)
344return TryExportPkcs8PrivateKeyCore(destination, out bytesWritten); 1376while (!TryExportPkcs8PrivateKeyCore(buffer, out written))