static bool Export(RSA alg, Span <byte> destination, out int bytesWritten) { return(alg.TryExportRSAPrivateKey(destination, out bytesWritten)); }